COBOL Manual for TNS and TNS/R Programs

Program Execution
HP COBOL Manual for TNS and TNS/R Programs522555-006
12-18
CLEAR Command
assignation
specifies what is to be cleared.
COBOL-file-name
is the COBOL name of a file.
program-name
is the name of the COBOL program that contains COBOL-file-name.
*
means all programs in the object file.
PARAM
means clear the reference to the specified parameter.
DEBUG
EXECUTION-LOG
INSPECT
NONSTOP
PRINTER-CONTROL
SWITCH-nn
WAITED-IO
parameter-name
are parameters of the PARAM command (see PARAM Command
).
Example 12-5. CLEAR Command
43>CLEAR ALL { Clears all ASSIGN and PARAM values }
44>CLEAR ALL ASSIGN { Clears all ASSIGN values }
45>CLEAR ALL PARAM { Clears all PARAM values }
46>CLEAR ASSIGN in-file { Clears assignment for in-file only }
47>CLEAR PARAM DEBUG { Clears the DEBUG switch }
COBOL-file-name
program-name
*
.
VST638.vsd