SQL/MP Messages Manual

FastSort Messages
HP NonStop SQL/MP Messages Manual427720-006
21-16
When you run the program, specify 64 for the MEM option of the RUN command. If
you run the program from another application, specify 64 for the
PROCESS_CREATE_ or NEWPROCESS[NOWAIT] memory-pages parameter.
Move user data from the user data segment to an extended data segment to free
up more data stack space for the call to SORTMERGESTART.
FastSort 61
Cause. The call to SORTMERGESTART, SORTMERGESEND, or
SORTMERGERECEIVE included one of the spare parameters.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Remove the spare parameter.
FastSort 62
Cause. The length of a key field specified in the call to SORTMERGESTART was not
positive.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Specify a positive length for the key field in the key-block parameter. For
more information on the description of key-block under the SORTMERGESTART
procedure, refer to the FastSort Manual.
FastSort 63
Cause. The call to SORTMERGESTART or SORTBUILDPARM specified a flag value
that you cannot set.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Set all unused flag bits to 0. For SORTMERGESTART, refer to the FastSort
Manual for information about the flags bits you can use; the only flags2 bit you can use
is .15. For SORTBUILDPARM, the only build-flags bit you can use is .15.
61 Spare parameters may not be present.
62 Key length must be greater than zero.
63 Reserved flags may not be set.