[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::digital

Title:The Digital way of working
Moderator:QUARK::LIONELON
Created:Fri Feb 14 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5321
Total number of notes:139771

2833.0. "Novice Noter Needs Help" by ODIXIE::SCRIVEN () Thu Dec 30 1993 09:21

    HELP!!!
    
    I'm a novice noter and need your help.  Mods, if this is not the
    appropriate place, feel free to move...
    
    I have always used the "next unseen" approach to reading the notesfiles
    and when I came in Tuesday, all those that I had previously "seen" are
    now coming up as "unseen" (all the way back to 1983).  Is there some
    way to "SEE" all those unseen without actually going through the
    individual notes?
    
    Thanks in advance........
    
    Best regards.....JP
    
T.RTitleUserPersonal
Name
DateLines
2833.14370::SHERMANSteve NACAD::Sherman DTN 226-6992, LKG2-A/R05 pole AA2Thu Dec 30 1993 09:263
    Do something like:
    
    	set seen/before=28-dec-1993
2833.2dunkershane!!!!ODIXIE::SCRIVENThu Dec 30 1993 10:146
    IT WORKED....
    
    Thanks a lot...
    
    Toodles.....JP
    
2833.3Novice???BRAT::DRYThu Dec 30 1993 15:533
    Novice should not be confused with age|
    
    Leroy
2833.4With a name like Leroy...ODIXIE::SCRIVENThu Dec 30 1993 16:156
    Yo! Leroy:
    
    At least my children are under 10.  How old does that make you???
    
    Toodles.....Myrtle
    
2833.5Tooddles indeedGVA02::MEYERFri Dec 31 1993 10:434
    wat is dis neu ting: TOODDLES?, pray tell...
    
    				Happy New Year, tutti,
    							nm
2833.6More on notes becoming "unseen"TOOK::MORRISONBob M. LKG1-3/A11 226-7570Tue Jan 04 1994 14:3815
  Manually setting all notes before a certain date as "seen" is a stop-gap
that enables you to continue using "next unseen" and quickly catch up to the
present. However, it doesn't always restore the condition that existed before
the malfunction. It also sets all notes on and after the entered date "unseen",
whether they were previously marked "seen" or not. Many noters use a combination
of "next unseen" and entering topic numbers to view notes. If you note in this 
way, using "set seen" will cause some notes you have already seen to come up
when you hit "next unseen".
  The most likely cause of having all notes in all files show up as "unseen"
is that your notebook file (the file in your account in which the log of seen
and unseen notes is stored) was lost or corrupted. I will leave it to the ex-
perts to explain this further. If this problem occurs in only one conference,
the most likely cause is that the conference was altered at the source (re-
stored from backup disk, moved to another node, etc.), fooling the notebook 
into "thinking" it is a new conference.
2833.7CTOAVX::SMITHBSat Jan 08 1994 15:265
    Can anyone supply the DCL procedure floating around that compresses
    your notebook?
    
    Thanks,
    Brad.
2833.8This has worked for me for years...DRDAN::KALIKOWThe Data-HighwaymanSat Jan 08 1994 15:3219
$! ===== cut here & save the rest as something like NOTES$COMPRESS.COM
$!
$! This file extracted as a .COM file will allow you to reduce the size of
$! your Notebook appreciably, WITHOUT affecting the conferences you access.
$! 
$ edit := edit
$ analyze := analyze
$ convert := convert
$ delete := delete
$ set := set
$ directory := directory
$ analyze/rms/fdl/out=notes$notebook.fdl notes$notebook.note
$ edit/fdl/nointer/anal=notes$notebook.fdl notes$notebook.fdl 
$ convert/fdl=notes$notebook.fdl notes$notebook.note notes$notebook.note
$ set prot=(o:rwd) notes$notebook.fdl;*
$ delete notes$notebook.fdl;*
$ set prot=(o:rwd) notes$notebook.note;*
$ set prot=(o:rw) notes$notebook.note;
$ directory/size=alloc notes$notebook.note;*