MPE/iX Error Messages Manual Vol 1 (32650-90878)
394 Chapter5
Error Messages V i C 5
(Subsystem 195)
HPSORTINIT is less than 0 or greater than 13.
ACTION Set the 3rd element in the
keys
array parameter to a
value that is from 0-13 inclusive.
13 MESSAGE Insufficient stack space.
CAUSE Input file was opened with NOBUFF and MULTI options.
The stack was used for blocking/deblocking the file and
has insufficient space.
ACTION Open your files with the BUFF and NOMULTI options.
14 MESSAGE The input record does not include all key
fields.
CAUSE You are using variable length records that contain records
that are not long enough to contain the key fields.
ACTION Set the key field in the
keys
parameter to be contained in
the shortest record length or make sure that your shortest
record is long enough to contain all your keys.
15 MESSAGE The input record is too long.
CAUSE The input record is longer than specified in the
reclength
parameter.
ACTION Alter the
reclength
parameter to accurately reflect the
record length.
16 MESSAGE There are too many input records.
CAUSE SORT/XL internal error. You have exceeded the default
value of 10,000 records.
ACTION Use the INPUT command and specify a larger number of
records. If message still appears, contact your
Hewlett-Packard representative.
17 MESSAGE FWRITE error on the scratch file.
CAUSE SORT/XL internal error.
ACTION Contact your Hewlett-Packard representative.
18 MESSAGE FREAD error on the input file.
CAUSE CCL returned from the FREAD intrinsic called from
SORT/XL.
ACTION Make sure your input file number has not been corrupted.
Also refer to the MPE/iX Intrinsics Reference Manual.
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/iX Intrinsics Reference