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

170 Chapter4
Error Messages Viii C 3
Symbolic Debugger
UE411 MESSAGE OPERAND STACK OVERFLOW
CAUSE An expression was too complicated for the expression
handler to parse. A combination of more than 15 nested
parentheses and/or pending operators may be the cause.
ACTION Re-enter the expression, using less than 15 nested
parentheses.
UE412 MESSAGE CAN'T EXECUTE CHILD PROGRAM
CAUSE The debugger could not execute the object file given.
ACTION Check to see that the file is executable.
UE413 MESSAGE WINDOW MODE REQUIRED FOR THIS COMMAND
CAUSE The debugger was probably invoked with the -L option.
ACTION Verify that you are using an HP terminal and rerun the
debugger without the -L option.
UE415 MESSAGE NO SUCH FIELD: "NAME"
CAUSE The simple field NAME or field list specified does not exist.
ACTION Check the declaration for the correct field name or field
list.
UE416 MESSAGE NON-UNIQUE FIELD LIST
CAUSE The field name or field list specified does not uniquely
identify a single field.
ACTION Use a more complex field list to ensure it identifies a single
field.
UE418 MESSAGE CAN'T MIX . AND OF OPERATORS
CAUSE The field list includes both the . and of operators.
ACTION Use only the . or of operator.
UE419 MESSAGE ONE ARRAY SUBSCRIPT EXPECTED
CAUSE The field specified is a table or one of the field's ancestors
is a table, but no array subscript was given.
ACTION Determine which field is a table, and use the appropriate
subscript.
UE420 MESSAGE LIST OF <NUMBER> ARRAY SUBSCRIPTS EXPECTED
CAUSE The field specified is a table and/or one or more of the
field's ancestors is a table; <number> subscripts are
required, but no array subscripts were given.
ACTION Determine which fields are tables, and use the appropriate
<number> of subscripts.
UE421 MESSAGE NOT ENOUGH ARRAY SUBSCRIPTS, EXPECTED
<NUMBER>