MPE/iX Error Messages Manual Vol 3 (32650-90880)
172 Chapter4
Error Messages Viii C 3
Symbolic Debugger
UE429 MESSAGE CAN'T MOVE ALPHABETIC FIELD TO NUMERIC FIELD
CAUSE The source of the move is an alphabetic field, while the
destination field is numeric.
ACTION None, moving an alphabetic field to a numeric field is
illegal.
UE430 MESSAGE CAN'T MOVE ALPHANUMERIC FIELD CONTAINING
NON-DIGIT TO NUMERIC FIELD
CAUSE The source of the move is an alphanumeric field
containing a non-digit, while the destination is numeric.
ACTION None, moving an alphanumeric field containing a
non-digit to a numeric field is illegal.
UE431 MESSAGE INVALID SIGN IN PACKED DECIMAL NUMBER
CAUSE The packed decimal field that is either being displayed or
being used as the source of a move contains an invalid sign
field.
ACTION Use either a data field that redefines the packed decimal
field, or use the group field that contains the packed
decimal data field.
UE432 MESSAGE INVALID DIGIT IN PACKED DECIMAL NUMBER
CAUSE The packed decimal field that is either being displayed or
being used as the source of a move contains an invalid
digit.
ACTION Use either a data field that redefines the packed decimal
field, or use the group field that contains the packed
decimal data field.
UE433 MESSAGE INVALID SIGN OVERPUNCH IN DISPLAY NUMBER
CAUSE The display field that is either being displayed or being
used as the source of a move contains an invalid sign
overpunch.
ACTION Use either a data field that redefines the display field, or
use the group field that contains the display field.
UE434 MESSAGE INVALID SEPARATE SIGN IN DISPLAY NUMBER
CAUSE The display field that is either being displayed or being
used as the source of a move contains an invalid separate
sign.
ACTION Use either a data field that redefines the display field, or
use the group field that contains the display data field.
UE435 MESSAGE TOO MANY ARRAY SUBSCRIPTS, EXPECTED <NUMBER>
CAUSE There are less tables among the field and its ancestors
than there were subscripts.