SORT-MERGE/XL Programmer's Guide (32650-90884)
Appendix A 69
HPSORT Intrinsic Status Returns
-40 MESSAGE PRINT intrinsic failed in HPSORTTITLE.
CAUSE You redirected output from HPSORTTITLE to a file that is
too small; HPSORTTITLE requires two records to output
information.
ACTION Allow room for at least two records when you redirect
output from HPSORTTITLE to a file.
-41 MESSAGE PRINT intrinsic failed in HPSORTSTAT.
CAUSE You redirected output from HPSORTSTAT to a file that is
too small; HPSORTSTAT requires ten records to output
information.
ACTION Allow room for at least ten records when you redirect
output from HPSORTSTAT to a file.
-190 MESSAGE There are too many input files.
CAUSE You input more than 100 input files to SORT/XL.
ACTION Run SORT/XL several times with allowable number of
files then run MERGE/XL to merge the sorted files or
consolidate several files into one until you are within
SORT/XL's limit.
-191 MESSAGE There are no input files in the supplied
parameter.
CAUSE You did not specify any input file numbers in the
inputfiles
parameter of the HPSORTINIT intrinsic. The
array contains no file numbers.
ACTION Specify input file numbers in the
inputfiles
parameter
of the HPSORTINPUT intrinsic.
-193 MESSAGE If you specify the keys parameter, you must
also specify the numkeys parameter.
CAUSE You specified the
keys
parameter without specifying the
numkeys
parameter in HPSORTINIT (or vice-versa).
ACTION Specify both the
numkeys
and the
keys
parameters.
-199 MESSAGE The record length exceeds the maximum
allowed.
CAUSE Internal File System error.
ACTION Contact your Hewlett-Packard representative.