MPE/iX Error Messages Manual Vol 1 (32650-90878)
Chapter 5 385
Error Messages V i C 5
(Subsystem 196)
corrupted. Also refer to the MPE/iX Intrinsics Reference
Manual (32650-90028).
12 MESSAGE FREAD error on the input file.
CAUSE CCL was returned from the FREAD intrinsic called from
SORT/XL.
ACTION Make sure that the input file number hasn't been
corrupted. Also refer to the MPE/iX Intrinsics Reference
Manual.
13 MESSAGE FWRITE error on the output file.
CAUSE CCL was returned from the FWRITE intrinsic called from
SORT/XL.
ACTION Make sure that the output file number hasn't been
corrupted. Also refer to the MPE/iX Intrinsics Reference
Manual.
14 MESSAGE The input record does not include all key
fields.
CAUSE You are using variable length records that contain records
that 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 If you specify the keycompare parameter, you
must not
specify the keysonly parameter.
CAUSE You specified the
keycompare
parameter and the
keys
and
numkeys
parameters in the HPMERGEINIT intrinsic.
ACTION Specify either the
keycompare
parameter or the
keys
and
numkeys
parameters in HPMERGEINIT.
16 MESSAGE Insufficient stack space.
CAUSE 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.
17 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
merging operation.
ACTION Increase the value of the
memsize
parameter or do not
specify the
memsize
parameter and let MERGE/XL use as
much stack space as it needs.