COBOL Manual for TNS/E Programs (H06.03+)
Program Execution
HP COBOL Manual for TNS/E Programs—520347-003
12-15
CLEAR Command
°
The compiler makes use of certain parameters and their values in performing
the compilation (see PARAM Commands).
For more information on the PARAM command, see the TACL Reference Manual.
CLEAR Command
Use the CLEAR command to revoke a specific ASSIGN or PARAM command, all of
the ASSIGN commands, all of the PARAM commands, or all of both commands.
Example 12-4. PARAM Command
85> == Set the DEBUG switch, and set SWITCH-02
86> PARAM DEBUG ON, SWITCH-02 ON
87> == Set user parameter THEDATE
88> PARAM THEDATE 1991DEC02
89> == Route home terminal messages to a file
90> PARAM EXECUTION-LOG $ARK.GKH.D0289
91> == Return control when the file that "myprog"
92> == calls PRINT-FL leaves the ready state
93> PARAM PRINTER-CONTROL PRINT-FL
94> RUN myprog
...
99> CLEAR ALL PARAM
CLEAR ALL
ASSIGN
PARAM
ASSIGN
PARAM
DEBUG
NONSTOP
parameter-name
EXECUTION-LOG
INSPECT
WAITED-IO
assignation
PRINTER-CONTROL
SWITCH-nn
VST340.vsd










