TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-167
RUN[D|V] Command
2. This command runs the program APP1 in the current default subvolume:
15> RUN APP1
3. This command also runs APP1:
16> RUN APP1 / IN APP1IN, OUT APP1OUT, CPU 2, &
16> &NAME $PROC1, NOWAIT /
It also specifies:
•
The file APP1IN as the input file for the program
•
The file APP1OUT as the output file for the program
•
Processor 2 as the processor where the program runs
•
$PROC1 as the name of the process that is created
•
TACL is to redisplay its command prompt without pausing for APP1 to
complete execution