home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!ucbvax!KOPC.HHS.DK!ARNE
- From: ARNE@KOPC.HHS.DK (Arne Vajhxj)
- Newsgroups: comp.os.vms
- Subject: Re: help on SET WATCH?
- Message-ID: <01GTFWUCD0HE8WVZH8@kopc.hhs.dk>
- Date: 12 Jan 93 17:57:01 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 42
-
- > Can anyone help me with the undocumented SET WATCH command? I've used it in
- > the past but can't seem to remember all the paramaters now.
-
- The syntax is:
-
- SET WATCH FILE/CLASS=class
-
- The following CLD-extract shows the possibilities:
-
- define syntax SET_WATCH
- image SETWATCH
- parameter P1, label=OPTION
- value (required)
- parameter P2, label=WATCH_OPTION, prompt="What"
- value (required,type=WATCH_OPTIONS)
- qualifier CLASS
- value (required,list,type=WATCH_CLASSES)
- disallow not CLASS
-
- define type WATCH_OPTIONS
- keyword FILE
-
- define type WATCH_CLASSES
- keyword ALL, negatable
- keyword ATTRIBUTES, negatable
- keyword CONTROL_FUNCTION, negatable
- keyword DIRECTORY_OPERATIONS, negatable
- keyword DUMP, negatable
- keyword ATTACHED, negatable
- keyword MAJOR_FUNCTION, negatable
- keyword NONE
- keyword QUOTA_OPERATIONS, negatable
-
- PS: CMEXEC needed !
-
- Arne
-
- Arne Vajhxj local DECNET: KO::ARNE
- Computer Department PSI: PSI%23831001304030::ARNE
- Business School of Southern Denmark Internet: ARNE@KO.HHS.DK
-
-
-