SCF Reference Manual for G-Series RVUs (G06.24+)

SCF Commands
SCF Reference Manual for G-Series RVUs520413-004
5-102
RUN Command
Examples
The following command runs a program file named MYPROG, specifying the
NOWAIT parameter. Because the keyword RUN is included in the command
string, SCF looks for the program file only on the default volume and subvolume.
-> RUN MYPROG /NOWAIT/
The following command runs the FUP program file specifying both IN file and OUT
file parameters. Because the keyword RUN is not specified, SCF looks for the
FUP program file on $SYSTEM.SYSnn and $SYSTEM.SYSTEM.
-> FUP /IN INFILE, OUT $S.#LP1/
The following command runs the EDIT program file specifying the EDIT file name
FILE1 and requesting that the TEDIT editor be invoked. Because the keyword
RUN is not specified, SCF looks for the EDIT program file on $SYSTEM.SYSnn
and $SYSTEM.SYSTEM.
-> EDIT FILE1;T
The following command runs the ERROR program file requesting descriptive
information about file-system error 48. Because the keyword RUN is not specified,
SCF looks for the ERROR program file on $SYSTEM.SYSnn and
$SYSTEM.SYSTEM.
-> ERROR 48