MPE/iX Error Messages Manual Vol 3 (32650-90880)

152 Chapter4
Error Messages Viii C 3
SUSPEND
CAUSE This is a language construct problem. There is not enough
contiguous HEAP space available, or there was an invalid
HEAP request due to an unitialized variable, bad string
length, etc.
ACTION Ensure correctness and/or efficiency of the code.
SUSPEND
(SUSPEND ERROR)
20 MESSAGE INSUFFICIENT CAPABILITY (SUSPEND ERROR 20)
Switch
(Subsystem 100)
20 MESSAGE Switch to CM was attempted with an illegal
method.
CAUSE Bad value in method parameter.
ACTION Use one of the legal methods.
30 MESSAGE Not enough room in CM stack to complete
switch to CM.
CAUSE Too much room required to move parameter to the CM
stack.
ACTION Change the program so there is more room left on CM
stack before switching.
40 MESSAGE Illegal number of parameters were
encountered.
CAUSE The parameter specifying the number of parameters to
pass to CM was not within the legal values.
ACTION Specify a legal value.
50 MESSAGE Illegal parameter length was encountered.
CAUSE Negative or zero length parameter specified.
ACTION Change parameter length.
60 MESSAGE Illegal privileged operation.