MPE/iX Error Messages Manual Vol 1 (32650-90878)
Chapter 5 383
Error Messages V i C 5
Intrinsic Status Returns, HPMERGE
ACTION Use a name from the MPE name space if a file privilege
level other than level three is needed. If a level three file
privilege level can be used, retain the name and permit
the file privilege level to default to level three.
Intrinsic Status Returns, HPMERGE
(Subsystem 196)
The following table lists the error number, message, cause, and user corrective action for
status returns for all HPMERGE intrinsics.
-2 MESSAGE No files listed in INPUTFILES parameter
parameter.
CAUSE The INPUTFILES parameter has a value of zero as its
first element.
ACTION Make sure that file numbers from file opens done within
your process appear in the INPUTFILES parameter. Also,
make sure that a zero appears after the last file number in
the INPUTFILES parameter.
1 MESSAGE The code segment number is invalid.
CAUSE The caller passed in a code segment which is invalid for
the process whose PIN was passed in, or the code segment
is unassigned.
ACTION None.
3 MESSAGE No inputfiles parameter was specified.
CAUSE You did not specify the
inputfiles
parameter in the
HPMERGEINIT intrinsic.
ACTION Specify the
inputfiles
parameter.
4 MESSAGE Neither an outputfiles nor a postprocessor
parameter
was specified.
CAUSE You did not specify the
outputfiles
parameter in the
HPMERGEINIT intrinsic.
ACTION Specify the
outputfiles
parameter.