home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20817 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!ucbvax!KOPC.HHS.DK!ARNE
  2. From: ARNE@KOPC.HHS.DK (Arne Vajhxj)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: help on SET WATCH?
  5. Message-ID: <01GTFWUCD0HE8WVZH8@kopc.hhs.dk>
  6. Date: 12 Jan 93 17:57:01 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 42
  11.  
  12. > Can anyone help me with the undocumented SET WATCH command?  I've used it in
  13. > the past but can't seem to remember all the paramaters now.
  14.  
  15. The syntax is:
  16.  
  17.     SET WATCH FILE/CLASS=class
  18.  
  19. The following CLD-extract shows the possibilities:
  20.  
  21. define syntax SET_WATCH
  22.    image SETWATCH
  23.    parameter P1, label=OPTION
  24.       value (required)
  25.    parameter P2, label=WATCH_OPTION, prompt="What"
  26.       value (required,type=WATCH_OPTIONS)
  27.    qualifier CLASS
  28.       value (required,list,type=WATCH_CLASSES)
  29.    disallow not CLASS
  30.  
  31. define type WATCH_OPTIONS
  32.    keyword FILE
  33.  
  34. define type WATCH_CLASSES
  35.    keyword ALL, negatable
  36.    keyword ATTRIBUTES, negatable
  37.    keyword CONTROL_FUNCTION, negatable
  38.    keyword DIRECTORY_OPERATIONS, negatable
  39.    keyword DUMP, negatable
  40.    keyword ATTACHED, negatable
  41.    keyword MAJOR_FUNCTION, negatable
  42.    keyword NONE
  43.    keyword QUOTA_OPERATIONS, negatable
  44.  
  45. PS: CMEXEC needed !
  46.  
  47.                                                           Arne
  48.  
  49. Arne Vajhxj                             local DECNET:  KO::ARNE
  50. Computer Department                     PSI:           PSI%23831001304030::ARNE
  51. Business School of Southern Denmark     Internet:      ARNE@KO.HHS.DK
  52.  
  53.  
  54.