COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

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).
592 Program Execution