COBOL Manual for TNS and TNS/R Programs

Native COBOL Cross Compiler on PC
HP COBOL Manual for TNS and TNS/R Programs522555-006
34-9
RUNV
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:
accept-device
has a value that designates a terminal or a process and can be a file-
system file name or (in the Guardian environment) a DEFINE name.
accept-device specifies the device from which an unqualified ACCEPT
statement retrieves input. If you omit this option, unqualified ACCEPT
statements retrieve input from the home terminal (unless PARAM
EXECUTION-LOG specifies a different device).
display-device
can be a file-system file name or (in the Guardian environment) a DEFINE
name. Its value designates a terminal, line printer, process, existing entry-
sequenced disk file, or operator console to which unqualified DISPLAY
statements are to deliver output. If you omit display-device, unqualified
DISPLAY statements deliver output to the home terminal (unless PARAM
EXECUTION-LOG specifies a different device).
program-parameter-list
program-parameter
is a parameter of the program that is to be run.
In the Guardian environment, the NonStop TCP/IP address of your workstation is
automatically detected when you invoke RUNV.
IN
OUT
accept-device
display-device
VST333.vsd
program-parameter
program-parameter
VST806.vsd
,