COBOL Manual for TNS and TNS/R Programs

Libraries and Utility Routines
HP COBOL Manual for TNS and TNS/R Programs522555-006
13-55
COBOL85^SET^SORT^PARAM^VALUE and
COBOL_SET_SORT_PARAM_VALUE_
COBOL85^SET^SORT^PARAM^VALUE and
COBOL_SET_SORT_PARAM_VALUE_
The COBOL85^SET^SORT^PARAM^VALUE and
COBOL_SET_SORT_PARAM_VALUE_ routines establish numeric parameters in the
option block. These parameters affect any subsequent SORT statement execution.
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^VALUE. 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_VALUE_.
Note. COBOL85^SET^SORT^PARAM^VALUE and COBOL_SET_SORT_PARAM_VALUE_
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^VALUE
" "
COBOL_SET_SORT_PARAM_VALUE_
USING
library-reference
sd-name
OF
return-codeGIVING
param-id
param-value subsort-or-file-number
ns ns
VST347.vsd