COBOL Manual for TNS/E Programs (H06.03+)
HP COBOL Manual for TNS/E Programs—520347-003
12-1
12 Program Execution
This section applies to the Guardian environment. If you are executing HP COBOL
programs in the OSS environment, see Running HP COBOL Programs.
Topics:
•
TACL commands related to program execution:
°
RUN or RUND Command
°
ASSIGN Command
°
PARAM Command
°
CLEAR Command
°
DEFINEs
•
Initial State
•
Status of Internal Entities During Program Execution
•
Status of External Entities During Program Execution
•
Called Program Termination
For detailed information about the TACL commands, see the TACL Reference Manual.
For more information about running COBOL programs in the Guardian environment,
see Section 25, Executing and Debugging HP COBOL Programs.
When a system executes a loadfile, the running program is called a process.
RUN or RUND Command
Both the RUN and RUND commands run a loadfile as a process. The RUND command
calls the selected debugger before beginning execution.
RUN
runs the program without the debugger.
/ run-option-list /
program-parameter-list
VST331.vsd
program-fileRUND
RUN










