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

45 ZCOBDLL Routine Calls
If you omit an optional parameter when you call a ZCOBDLL routine, you must put the keyword
OMITTED in its position if you specify subsequent parameters. Trailing OMITTEDs are not required.
(The syntax diagrams do not reflect this, because it would make them much harder to read.)
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_
COBOL_CONTROL_
CAUTION: The HP COBOL run-time library does not attempt to validate calls to CONTROL. To
avoid interfering with the operation of the HP COBOL run-time library, use COBOL_CONTROL_
only if absolutely necessary.
1100 ZCOBDLL Routine Calls