SCF Reference Manual for J-Series and H-Series RVUs

SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs529649-003
5-102
RUN Command
run. If no file named STAR exists, the command is executed as a START
command.
Examples
This 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/
This 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.SYS
nn
and $SYSTEM.SYSTEM.
-> FUP /IN INFILE, OUT $S.#LP1/
This 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.SYS
nn
and
$SYSTEM.SYSTEM.
-> EDIT FILE1;T
This 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.SYS
nn
and $SYSTEM.SYSTEM.
-> ERROR 48