User Manual

NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide429952-014
6-72
OBEY
restricts the processing of the command to the designated object file types:
code 100 files for TNS, code 700 files for TNSR, and code 800 files for TNSE.
Specifying the LIBRARY option implicitly restricts the processing of the
command to the file type of the library object and is equivalent to specifying
TNS, TNSR, or TNSE.
OBEY
Reads and runs a sequence of commands from another device. The commands are
run serially until end-of-file is detected. An OBEY file may not contain an OBEY
command.
filename
identifies the file containing a sequence of CI commands.
OPEN
Specifies the current NonStop AutoTMF software monitor process.
process-name
specifies the name of a configured monitor process. The monitor process does not
need to be running to update or display information for the corresponding MapDB.
OUT
Directs the output of the CI session to another file. Interactive terminal prompts will
continue to appear on the original input device.
filename
identifies an output file and directs CI session output to that file. If filename is
omitted, output will be directed to the original process OUT file.
PREPARE
Changes all external references to Enscribe and selected operating system procedures
to the corresponding NonStop AutoTMF software runtime library procedures; also
establishes the NonStop AutoTMF software runtime library as the user library for a
TNS or TNSR program and as a DLL to a TNS/E program.
OBEY filename;
OPEN process-name;
OUT [ filename ];