COBOL Manual for TNS and TNS/R Programs
Libraries and Utility Routines
HP COBOL Manual for TNS and TNS/R Programs—522555-006
13-51
COBOL85^SET^SORT^PARAM^TEXT and
COBOL_SET_SORT_PARAM_TEXT_
COBOL85^SET^SORT^PARAM^TEXT and
COBOL_SET_SORT_PARAM_TEXT_
The COBOL85^SET^SORT^PARAM^TEXT and COBOL_SET_SORT_PARAM_TEXT_
routines establish alphanumeric parameters in the option block (the local list of
parameters that HP COBOL passes to FastSort for the next sort or merge operation).
library-reference
is a mnemonic-name in the SPECIAL-NAMES paragraph. For the COBOL85
compiler, this mnemonic-name is associated with either
$SYSTEM.SYSTEM.CBL85UTL or some other object file containing an object
copy of COBOL85^SET^SORT^PARAM^TEXT. For the NMCOBOL compiler, this
mnemonic-name is associated with either $SYSTEM.SYSnn.ZCOBSRL or some
other object file containing an object copy of
COBOL_SET_SORT_PARAM_TEXT_.
Note. COBOL85 only: COBOL85^SET^SORT^PARAM^TEXT and
COBOL_SET_SORT_PARAM_TEXT_ use a protocol different from that used for normal TAL
procedures. The ENTER verb must not be followed by the keyword TAL.
ENTER COBOL85^SET^SORT^PARAM^TEXT
" "
COBOL_SET_SORT_PARAM_TEXT_
USING
library-reference
sd-name
OF
return-codeGIVING
param-id param-text
subsort-number
ns ns
VST346.vsd