HP Pascal/iX Reference Manual (31502-90022)

A-: 15
ACTION Declare and supply a pointer variable.
---------------------------------------------------------------------------------------
106 MESSAGE MISSING TAG VALUES FOR TAG TYPE (106)
CT CAUSE Not all tag values for a tag type in the record are specified.
ACTION Add empty variant declarations for the missing tag values.
---------------------------------------------------------------------------------------
120 MESSAGE INVALID BASE TYPE FOR SET (120)
CT CAUSE The base type of a set is not an ordinal type.
ACTION Check usage in the source program.
---------------------------------------------------------------------------------------
121 MESSAGE ITEM NOT A LEGAL SET ELEMENT (121)
CT CAUSE Element of a set is not an ordinal type.
ACTION Replace item with a valid element for this set.
---------------------------------------------------------------------------------------
122 MESSAGE OPERAND NOT A SET (122)
CT CAUSE Right operand for an IN operator is not a set.
ACTION Change expression to set type.
---------------------------------------------------------------------------------------
123 MESSAGE SET ELEMENTS NOT TYPE COMPATIBLE WITH EACH OTHER (123)
CT CAUSE In an untyped set constructor, this element is not compatible
with the first element in the set.
ACTION Change types so they are compatible.
---------------------------------------------------------------------------------------
124 MESSAGE SET ELEMENT NOT COMPATIBLE WITH SET TYPE (124)
CT CAUSE In a typed set constructor, the set element is not assignment
compatible with the base type of the set.
ACTION Replace element with a valid element for this set.
---------------------------------------------------------------------------------------
125 MESSAGE SET OF THIS SIZE CANNOT BE CONSTRUCTED (125)
CT CAUSE To construct this set would require more bytes than can be
specified for this implementation.
ACTION Define/declare set to have fewer elements.
---------------------------------------------------------------------------------------
140 MESSAGE BUILDING OF STRUCTURED CONSTANTS NOT ALLOWED HERE (140)
CT CAUSE A constructor that is not a set constructor occurs outside of a
CONST declaration section.
ACTION Create a named constant in the CONST section and use its name