MPE/iX Error Messages Manual Vol 1 (32650-90878)

388 Chapter5
Error Messages V i C 5
(Subsystem 196)
41 MESSAGE PRINT intrinsic failed in HPMERGESTAT.
CAUSE You redirected output from HPMERGESTAT to a file that is
too small; HPMERGESTAT requires ten records in which to
output information.
ACTION Allow room for at least ten records when you redirect
output from HPMERGESTAT to a file.
109 MESSAGE Illegal numkeys parameter.
CAUSE You specified the
numkeys
parameter in HPMERGEINIT to
not correlate to the number of keys in the
keys
parameter.
ACTION Set the
numkeys
parameter to correspond to the number
of keys that you specified in the
keys
parameter.
203 MESSAGE An invalid file number was specified in the
array of input file numbers.
CAUSE A file number specified in the inputfiles parameter of the
HPMERGEINIT 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 corrupt.
250 MESSAGE PROBE failure on the status parameter of the
HPMERGEINIT
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 HPMERGEINIT 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
HPMERGEINIT intrinsic.
CAUSE The address specified in the
outputfiles
parameter is
not within the allowable address range.
ACTION Check the value of the
outputfiles
parameter.
253 MESSAGE PROBE failure on the keys parameter of the
HPMERGEINIT intrinsic.
CAUSE The address specified in the
keys
parameter is not within
the allowable address range.
ACTION Check the value of the
keys
parameter.