SQL/MP Messages Manual
FastSort Messages
HP NonStop SQL/MP Messages Manual—427720-006
21-13
FastSort 49
Cause. An exclusion mode specified in the call to SORTMERGESTART was invalid.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Change the value of the in-file-exclusion-mode or out-file-exclusion-mode
parameter. For more information on the descriptions of these parameters under the
SORTMERGESTART procedure, refer to the FastSort Manual.
FastSort 50
Cause. The specified output file is an EDIT file.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Change the format of the output file or specify another file that is not an
EDIT file.
FastSort 51
Cause. The output file type specified in the call to SORTMERGESTART was invalid.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Change the value of the out-file-type parameter. For more information on
the description of out-file-type under the SORTMERGESTART procedure, refer to the
FastSort Manual.
FastSort 52
Cause. The call to SORTMERGESTART specified multiple sort files with blank names.
Effect. The SQL DDL or DML operation in progress terminates abnormally.
Recovery. Specify only one sort file or name the files. You might also need to correct
the program logic.
49 Invalid exclusion mode specified.
50 EDIT files may not be TO files.
51 Invalid file type specified for TO file.
52 Only one file may be sorted via SORTMERGESEND.