Safeguard Reference Manual (G06.24+, H06.03+ )

Running Other Programs From SAFECOM
Safeguard Reference Manual520618-013
17-2
Consideration
run-option
is any of the following run options, which are described in the TACL Reference
Manual:
CPU cpu-number
INSPECT { OFF | ON | SAVEABEND }
IN [ file-name ]
LIB [ file-name ]
MEM num-pages
NAME [ $process-name ]
NOWAIT
OUT [ list-file ]
PRI priority
TERM [\system-name.]$terminal-name
param-set
is a program parameter or series of parameters sent to the new process in the
startup message.
Consideration
If the RUN command is used in a command line that contains multiple commands
(separated by semicolons), it must be the last command in that line.
Example
This RUN command runs the program MYEDIT, which resides in the current default
subvolume. The program uses the library file EDITLIB.
=RUN myedit / LIB editlib /