SORT-MERGE/XL Programmer's Guide (32650-90884)

70 AppendixA
HPSORT Intrinsic Status Returns
-200 MESSAGE Insufficient memory allocated for the record
size.
CAUSE You are trying to sort more data than SORT/XL can
handle.
ACTION If you are sorting one large file, break it into several
smaller files. If you are sorting many large files, sort them
individually and then merge them with MERGE/XL.
-201 MESSAGE Open of storage area failed.
CAUSE Internal SORT/XL error.
ACTION Contact your Hewlett-Packard representative.
-202 MESSAGE NM to CM switch occurred, but NM cannot
handle the sort.
CAUSE Internal SORT/XL error.
ACTION Contact your Hewlett-Packard representative.
-203 MESSAGE Invalid input file number.
CAUSE Input file number specified in
inputfiles
parameter of
HPSORTINIT intrinsic is not a valid file number.
ACTION Don't hardcode a file number for the
inputfiles
parameter, make sure the file number returned from the
HPFOPEN or FOPEN intrinsic is not corrupted.
-204 MESSAGE Record length exceeds maximum allowed.
CAUSE Internal File System error.
ACTION Contact your Hewlett-Packard representative.
-250 MESSAGE PROBE failure on the status parameter of the
HPSORTINIT intrinsic.
CAUSE The address specified in the
status
parameter is not
within the allowable address range.
ACTION Check the value of the
status
parameter.
-251 MESSAGE PROBE failure on the inputfiles parameter of
the HPSORTINIT intrinsic.
CAUSE The address specified in the
inputfiles
parameter is not
within the allowable address range.
ACTION Check the value of the
inputfiles
parameter.
-252 MESSAGE PROBE failure on the outputfiles parameter of
the HPSORTINIT intrinsic.
CAUSE The address specified in the
outputfiles
parameter is
not within the allowable address range.
ACTION Check the value of the
outputfiles
parameter.