SORT-MERGE/XL Programmer's Guide (32650-90884)
Appendix A 67
HPSORT Intrinsic Status Returns
-27 MESSAGE Failure of FFILEINFO (inputfile).
CAUSE CCL returned from the FFILEINFO intrinsic called from
SORT/XL.
ACTION Make sure that the input file number is not corrupted.
Also refer to the MPE XL Intrinsics Reference Manual.
-28 MESSAGE Failure of FFILEINFO (outputfile).
CAUSE CCL returned from the FFILEINFO intrinsic called from
SORT/XL.
ACTION Make sure that the output file number is not corrupted.
Also refer to the MPE XL Intrinsics Reference Manual.
-29 MESSAGE The sort language is not supported.
CAUSE The language specified in the second element of the
charseq
parameter array in HPSORTINIT is not
supported on your system.
ACTION Check valid language IDs by running NLUTIL. Set the
second element of the
charseq
array to a valid language
ID.
-30 MESSAGE NLINFO error obtaining the length of the
collating sequence table.
CAUSE Native Language (NL) not installed or internal NL error.
ACTION Contact your system manager or your Hewlett-Packard
representative.
-31 MESSAGE NLINFO error loading the collating sequence
table.
CAUSE Native Language (NL) not installed or internal NL error.
ACTION Contact your system manager or your Hewlett-Packard
representative.
-32 MESSAGE Invalid charseq parameter.
CAUSE The first element of the
charseq
parameter array is a
value other than one (1).
ACTION Set the first element in the
charseq
parameter array to
one.
-33 MESSAGE A two-byte collating sequence table is not
specified.
CAUSE A two-byte collating sequence table was not specified in
the
charseq
parameter although a two-byte key was
specified in the
keys
parameter.
ACTION Specify a two-byte sequence in both the
charseq
and
keys
parameters.