MPE/iX Error Messages Manual Vol 3 (32650-90880)
Chapter 4 153
Error Messages Viii C 3
Switch
CAUSE A switch was made to CM in METHOD_SPLIT by a user
mode program.
ACTION Link the program with privilege mode.
80 MESSAGE Procedure specification is illegal.
CAUSE Switch to CM is not by ID, NAME or PLABEL.
ACTION Fix the PROC parameter.
90 MESSAGE Switch to CM was attempted with an illegal ID
number.
CAUSE The ID number is out of range.
ACTION Correct the ID number in the program.
110 MESSAGE The SWITCH to CM PLABEL HASH TABLE is full.
CAUSE Table to cache names of dynamically loaded CM
procedures is full.
ACTION Do not dynamically load so many procedures.
120 MESSAGE The CM procedure is not in the CM
procedure/PLABEL HASH TABLE.
CAUSE The table does not exist or the CM procedure has not been
loaded.
ACTION Check the table name or load the CM procedure.
130 MESSAGE Invalid status parameter.
CAUSE Either the LOAD_CM_PROCEDURE or the
UNLOAD_CM_PROCEDURE failed.
ACTION Check procedure name or library search parameters.
150 MESSAGE Illegal PROC address in SWITCH to CM.
CAUSE User does not have the capability to access the area
containing the PROC record (in HPSWITCH TO CM).
ACTION Put the PROC in an accessible area.
152 MESSAGE Illegal parameter record address.
CAUSE User does not have the capability to access the area
containing the PARMS record (in HPSWITCH TO CM).
ACTION Put the parameter in an accessible area.
154 MESSAGE Illegal parameter address.
CAUSE User does not have the capability to access a parameter
speciļ¬ed in the PARMS record (in HPSWITCH TO CM).
ACTION Put the parameter in an accessible area.
156 MESSAGE Illegal PD_PARM_TYPE.