HP Pascal/iX Reference Manual (31502-90022)

A-: 24
accepted by the predefined routine.
CAUSE This actual parameter is not intrinsic compatible with the
intrinsic parameter.
ACTION Check the types of the actual parameter and the intrinsic
parameter.
CAUSE The parameter of the standard SQR function is an integer
subrange type with a lower bound greater than the square root
of maxint, or an upper bound less than the negation of the
square root of maxint. In either case, an integer overflow is
possible at run time.
ACTION Do not call SQR.
---------------------------------------------------------------------------------------
209 MESSAGE NO FURTHER CASE CONSTANT PARAMETERS ALLOWED TO NEW (209)
CT CAUSE The pointer parameter to NEW points to a record that has no
additional nested variant parts.
The pointer parameter to NEW points to a record that does not
have a variant part.
The pointer parameter to NEW points to a structure that is not
a record.
ACTION Check the record type definition for the correct variant record
or remove the extra variant labels from the call.
---------------------------------------------------------------------------------------
210 MESSAGE NO FURTHER CASE CONSTANT PARAMETERS ALLOWED TO DISPOSE (210)
CT CAUSE The pointer parameter to DISPOSE points to a record that has no
additional nested variant parts.
The pointer parameter to DISPOSE points to a record that does
not have a variant part.
The pointer parameter to DISPOSE points to a structure that is
not a record.
ACTION Check the record type definition for the correct variant or
remove the extra variant labels from the call.
---------------------------------------------------------------------------------------
211 MESSAGE NO FURTHER PARAMETERS ALLOWED TO MARK (211)
CT CAUSE More than one pointer parameter in a call to MARK.
ACTION Remove the extra parameter.
---------------------------------------------------------------------------------------
212 MESSAGE NO FURTHER PARAMETERS ALLOWED TO RELEASE (212)
CT CAUSE More than one pointer parameter in a call to RELEASE.
ACTION Remove the extra parameter.
---------------------------------------------------------------------------------------
213 MESSAGE VALUE PARAMETER MAY NOT CONTAIN FILE COMPONENT (213)