COBOL Manual for TNS and TNS/R Programs

Program Execution
HP COBOL Manual for TNS and TNS/R Programs522555-006
12-2
RUN or RUND Command
RUN or RUND Command
Both the RUN and RUND commands run a loadfile as a process. The RUND command
calls the selected debugger (see Debugger Selection)before beginning execution.
RUN
runs the program without the debugger.
RUND
runs the program with the debugger.
program-file
is the name of the loadfile to run. program-file can be represented as a file-
system file name or (in the Guardian environment) a DEFINE name.
run-option-list
run-option
is an option of the RUN command, described in the TACL Reference Manual.
For COBOL programs, two of the run options, IN and OUT, have special
significance:
/ run-option-list /
program-parameter-list
VST331.vsd
program-file
RUND
RUN
run-option
,
run-option
VST332.vsd
IN
OUT
accept-device
display-device
VST333.vsd