SORT-MERGE/XL Programmer's Guide (32650-90884)

66 AppendixA
HPSORT Intrinsic Status Returns
-19 MESSAGE FWRITE error on the output file.
CAUSE CCL returned from the FWRITE intrinsic called from
SORT/XL.
ACTION Make sure your output file number has not been
corrupted. Also refer to the MPE XL Intrinsics Reference
Manual.
-20 MESSAGE FCLOSE error on the scratch file.
CAUSE SORT/XL internal error.
ACTION Contact your Hewlett-Packard representative.
-21 MESSAGE $NULL is not a valid input file.
CAUSE You specified $NULL as an input file.
ACTION Change the file specification to another file.
-22 MESSAGE Failure on FGETINFO (outputfile).
CAUSE CCL returned from the FGETINFO intrinsic called from
SORT/XL.
ACTION Make sure the output file number has not been corrupted.
Also refer to the MPE XL Intrinsics Reference Manual.
-23 MESSAGE Error in attempting to write EOF on the
scratch file.
CAUSE Internal SORT/XL error.
ACTION Contact your Hewlett-Packard representative.
-24 MESSAGE Error attempting to rewind the scratch file.
CAUSE Internal SORT/XL error.
ACTION Contact your Hewlett-Packard representative.
-25 MESSAGE Illegal characteristics
for opening the scratch file with FOPEN.
CAUSE Internal SORT/XL error.
ACTION Contact your Hewlett-Packard representative.
-26 MESSAGE Insufficient stack space for the specified
allocation.
CAUSE The amount of space that you specified in the
memsize
parameter does not allow enough room to perform the sort.
ACTION Increase the value of the parameter or do not specify the
memsize
| parameter and let SORT/XL use as much stack
space as it needs.