SQL/MP Messages Manual
FastSort Messages
HP NonStop SQL/MP Messages Manual—427720-006
21-15
FastSort 57
Cause. The call to SORTMERGESTART specified translation, but the alternate
collating sequence table was missing.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Set flags .10:10 to 0 or provide an alternate collating sequence table. For
more information on the description of the flags parameter under the
SORTMERGESTART procedure, refer to the FastSort Manual.
FastSort 58
Cause. The calling process called SORTMERGESTART at the wrong time.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Correct your program logic. For more information on the normal order of
FastSort procedures, refer to the FastSort Manual.
FastSort 59
Cause. A record from SORTMERGESEND was too small, or an input file might
contain variable-length records.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Correct your program logic to enlarge the record size, or change the input
file to contain only fixed-length records.
FastSort 60
Cause. Not enough stack was available to call SORTMERGESTART.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. To provide more stack, use one of these methods:
•
For a TAL application, use the DATAPAGES compiler directive during compilation.
Specify DATAPAGES 64 to allocate the maximum amount. For all applications, use
the Binder SET EXTENDSTACK command after compilation.
57 Collating sequence table must be present.
58 SORTMERGESTART called unexpectedly.
59 An input record is too small.
60 Not enough stack for SORTMERGESTART.