MPE/iX Error Messages Manual Vol 1 (32650-90878)
384 Chapter5
Error Messages V i C 5
(Subsystem 196)
5 MESSAGE If you specify the keycompare parameter, you
must not specify the keys and numkeys
parameters.
CAUSE You specified both the
keycompare
parameter, and the
keys
and
numkeys
parameters in the HPMERGEINIT
intrinsic.
ACTION Specify the
keycompare
parameter or the
keys
and
numkeys
parameters.
6 MESSAGE If you do not specify the keycompare
parameter, you must specify the keys and
numkeys parameters.
CAUSE You did not specify the
keys
and
numkeys
parameters in
the HPMERGEINIT intrinsic.
ACTION Specify the
keys
and
numkeys
parameters.
7 MESSAGE Illegal numkeys parameter.
CAUSE The
numkeys
parameter does not specify the same
number of keys that are described in the the
numkeys
parameter in HPMERGEINIT.
ACTION Make the
numkeys
and
keys
parameters pertain to the
same number of keys.
8 MESSAGE The key field is not within the record length
of each file.
CAUSE One or more files have shorter record lengths and at least
one key field extends outside of the file's record length.
ACTION Make sure your files are of the correct length and that
your key field in within range of the records.
9 MESSAGE Illegal ascending/descending code.
CAUSE The fourth element of the
keys
array parameter is not 1
or 0.
ACTION Set the fourth element of the
keys
array parameter to 0
for ascending or 1 for descending order.
10 MESSAGE Illegal key code.
CAUSE The 3rd element in the
keys
array parameter in
HPMERGEINIT 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.
11 MESSAGE Failure on FGETINFO (inputfile).
CAUSE CCL was returned from the FGETINFO intrinsic called
from SORT/XL.
ACTION Make sure that the input file number hasn't been