FastSort Manual

FastSort Error Messages
FastSort Manual429834-003
B-14
Numeric List of Programmatic Messages
Recovery. Change the format of the output file or specify another file that is not an
EDIT file.
Cause. The output file type specified in the call to SORTMERGESTART was invalid.
Recovery. Change the value of the out-file-type parameter. For the description
of out-file-type, see SORTMERGESTART Procedure on page 5-19.
Cause. The call to SORTMERGESTART specified multiple sort files with blank names.
Recovery. Specify only one sort file or name the files. You might also need to correct
the program logic.
Cause. The name of the output file is the same as the name of a merge file.
Recovery. Change the output file name or the merge file name..
Cause. The scratch volume did not exist, a scratch file name was specified incorrectly,
or the node was not accessible.
Recovery. Specify an existing volume, correct the file name, or specify an accessible
node.
Cause. The number of input files exceeded the limit.
Recovery. Reduce the number of input files.
Cause. The call to SORTMERGESTART specified a negative number of files to be
sorted or merged.
Recovery. Change the value of the num-sort-files or num-merge-files
parameter to a positive number.
Cause. The call to SORTMERGESTART specified translation, but the alternate
collating sequence table was missing.
51 INVALID FILE TYPE SPECIFIED FOR TO FILE.
52 ONLY ONE FILE MAY BE SORTED VIA SORTMERGESEND.
53 A TO FILE MAY NOT BE A FILE TO BE MERGED.
54 INVALID SCRATCH FILE NAME.
55 TOO MANY FROM FILES SPECIFIED.
56 INVALID NUMBER OF FILES TO BE SORTED OR MERGED.
57 COLLATING SEQUENCE TABLE MUST BE PRESENT.