COBOL Manual for TNS and TNS/R Programs

HP COBOL Manual for TNS and TNS/R Programs522555-006
45-1
45
CBL85UTL and ZCOBSRL Routine
Calls
If you omit an optional parameter when you call a CBL85UTL or ZCOBSRL 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.)
COBOL85^ARMTRAP
COBOL85^COMPLETION
COBOL_COMPLETION_
COBOL_CONTROL_
COBOL_GETENV_
COBOL_PUTENV_
COBOL85^RETURN^SORT^ERRORS and COBOL_RETURN_SORT_ERRORS_
COBOL85^REWIND^SEQUENTIAL and COBOL_REWIND_SEQUENTIAL_
Table 45-1. CBL85UTL and ZCOBSRL Routines
COBOL-Environment Routine
1
CRE Routine for Guardian Environment
2
COBOL85^ARMTRAP None (unnecessary)
COBOL85^COMPLETION COBOL_COMPLETION_
None COBOL_CONTROL_
None COBOL_GETENV_
None COBOL_PUTENV_
COBOL85^RETURN^SORT^ERRORS
3
COBOL_RETURN_SORT_ERRORS_
3
COBOL85^REWIND^SEQUENTIAL COBOL_REWIND_SEQUENTIAL_
COBOL85^SET^SORT^PARAM^TEXT
3
COBOL_SET_SORT_PARAM_TEXT_
3
COBOL85^SET^SORT^PARAM^VALUE
3
COBOL_SET_SORT_PARAM_VALUE_
3
None COBOL_SET_MAX_RECORD_
None COBOL_SETMODE_
COBOL85^SPECIAL^OPEN
2
COBOL_SPECIAL_OPEN_
4
1. These routines are only in CBL85UTL, not in ZCOBSRL.
2. These routines are in both CBL85UTL and ZCOBSRL.
3. FastSort interface routine.
4. This routine replaces the COBOLSPOOLOPEN routine (for level 2 spooling) and Guardian environment
routines (for level 3 spooling). The COBOLSPOOLOPEN routine is in the COBOLLIB library.