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

Chapter 4 171
Error Messages Viii C 3
Symbolic Debugger
CAUSE There are more tables among the field and its ancestors
than there were subscripts given.
ACTION Determine which fields are tables, and supply <number>
subscripts.
UE422 MESSAGE UNEXPECTED ARRAY SUBSCRIPT LIST
CAUSE Neither the field specified nor any of its ancestors are
tables, but one or more subscripts was given.
ACTION Do not give a list of subscripts.
UE423 MESSAGE CAN'T MOVE TO A CONSTANT
CAUSE The item which is the destination of the move is a
constant.
ACTION Do not attempt to store into a constant, or look at the
declarations to determine the correct field name.
UE424 MESSAGE CAN'T MOVE TO THAT DESTINATION
CAUSE The item which is the destination of the move is of a type
into which the debugger can not store.
ACTION Do not attempt to store into that item, or look at the
declarations to determine the correct field name.
UE425 MESSAGE CAN'T HANDLE EDITED FIELDS AS DESTINATION
CAUSE The item which is the destination of the move is an edited
field.
ACTION None, the debugger can not currently handle edited fields
as the source or destination of a mov (move) command.
UE426 MESSAGE CAN'T HANDLE EDITED FIELDS AS SOURCE
CAUSE The item which is the source of the move is an edited field.
ACTION None, the debugger can not currently handle edited fields
as the source or destination of a mov (move) command.
UE427 MESSAGE CAN'T MOVE NUMERIC FIELD TO ALPHABETIC FIELD
CAUSE The source of the move is a numeric field, while the
destination field is alphabetic.
ACTION None, moving a numeric field to an alphabetic field is
illegal.
UE428 MESSAGE CAN'T MOVE NUMERIC FIELD WITH A FRACTION TO
ALPHANUMERIC FIELD
CAUSE The source of the move is a numeric field which has a
fraction, while the destination field is alphanumeric.
ACTION None, moving a numeric field with a fraction to an
alphanumeric field is illegal.