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

Topics:
COBOL_COMPLETION_
COBOL_CONTROL_
COBOL_GETENV_
COBOL_PUTENV_
COBOL_RETURN_SORT_ERRORS_
COBOL_REWIND_SEQUENTIAL_
COBOL_SET_SORT_PARAM_TEXT_
COBOL_SET_SORT_PARAM_VALUE_
COBOL_SET_MAX_RECORD_
COBOL_SETMODE_
COBOL_SPECIAL_OPEN_
COBOL_COMPLETION_
The COBOL_COMPLETION_ routine passes completion parameters to either the STOP or ABEND
routine in the operating environment (depending on the abend-or-stop parameter).
library-reference
is a mnemonic-name in the SPECIAL-NAMES paragraph. This mnemonic-name is associated
with the DLL containing an object copy of COBOL_COMPLETION_.
abend-or-stop
is a numeric operand that specifies either the STOP or ABEND routine. abend-or-stop is
evaluated and truncated to produce an integer result with a value in the range of -32,768
through 32,767. The value 0 specifies the STOP routine; all other values specify the ABEND
routine. The default is 0.
ZCOBDLL Routines 615