COBOL Manual for TNS/E Programs (H06.03+)
Program Execution
HP COBOL Manual for TNS/E Programs—520347-003
12-16
CLEAR Command
ALL
means clear all currently active ASSIGN and PARAM references.
ALL ASSIGN
means clear all currently active ASSIGN references.
ALL PARAM
means clear all currently active PARAM references.
ASSIGN
means clear the reference to the specified COBOL file name.
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).
COBOL-file-name
program-name
*
.
VST638.vsd










