 |
» |
|
|
|
NM and CM callable. Provides an alternative method of specifying how records
are supplied to the SORT program. Syntax |  |
CA I16V
SORTINPUT(record,length);
|
Parameters |  |
- record
16-bit character array Passes the next input data record.
- length
16-bit signed integer Passes the length of the record parameter value.
This value should be long enough to contain all specified keys,
but not longer than the record size specified in the
reclen parameter of the SORTINIT intrinsic.
Condition Codes |  |
- CCE (2)
Request granted. No error occurred during the SORT program. - CCG (0)
Not returned. - CCL (1)
Request denied. An error occurred during the SORT program.
Related Information |  |
- Intrinsics
HPSORT, HPMERGE - Commands
None - Manuals
SORT-MERGE/XL Programmer's Guide (32650-90080)
|