Obey, Open, Purgedata – HP NonStop G-Series User Manual
Page 171
Command Interpreter
HP AutoSYNC User’s Guide—522580-016
8-79
OBEY
OBEY
Reads and executes a sequence of AUTOSYNC commands from another device. The
commands are executed serially until an end-of-file condition is detected. An OBEY file
may not contain an OBEY command.
filename
the file containing a sequence of AUTOSYNC commands.
OPEN
Select a current monitor process and associated MapDB.
process-name
the name of a configured monitor process. It is not necessary for the monitor
process to be executing to update or display information for the corresponding
MapDB.
OUT
Directs the output of an AUTOSYNC terminal session to another file. Interactive
terminal prompts continues to appear on the original input device. Specifying an OUT
command with no file name reverts to the original output file.
filename
an output file and directs all AUTOSYNC session output to that file. If filename is
omitted, AUTOSYNC session output is directed to the original process OUT file.
PURGEDATA
Clears data from a file.
file-name
a file name.
SHARE
the file is to be opened in shared exclusion mode. The default is protected.
OBEY filename;
OPEN process-name;
OUT [ filename ];
PURGEDATA file-name [, SHARE ];