SQL/MP Messages Manual
HP NonStop SQL/MP Messages Manual—427720-006
21-1
21 FastSort Messages
FastSort 1
Cause. The call to SORTMERGESTART did not specify a control block.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Specify the ctlblock parameter and reissue your request.
FastSort 2
Cause. The call to SORTMERGESTART did not define any key fields.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Specify the key-block parameter.
FastSort 3
Cause. The number of key fields was incorrect in the call to SORTMERGESTART.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Change the key-block parameter to define from 1 to 63 key fields.
1 The 'CTLBLOCK' parameter to SORTMERGESTART is required.
2 The 'KEYS' parameter to SORTMERGESTART is required.
3 The number of key fields must be 1 to 63 inclusive.