HP Pascal/iX Reference Manual (31502-90022)

A-: 25
CT CAUSE This value formal parameter is a file or a structured type with
a file type component. This is equivalent to assigning to a
file.
ACTION Remove the file component from the source code.
---------------------------------------------------------------------------------------
214 MESSAGE FUNCTION TYPE MAY NOT CONTAIN FILE COMPONENT (214)
CT CAUSE This function return type is a file or a structured type that
contains a file type component. This is equivalent to
assigning to a file.
ACTION Remove the file component from the source code.
---------------------------------------------------------------------------------------
215 MESSAGE COMPILER LEVEL WRONG--PROBABLY UNMATCHED "END" (215)
CT CAUSE This occurrence of END cannot match a BEGIN because all
compound statements have been terminated. The compiler
disregards the extraneous END.
ACTION Ensure all BEGINs and ENDs match along with ENDs for CASEs.
Make sure a BEGIN has not been commented out or fix any syntax
errors.
---------------------------------------------------------------------------------------
216 MESSAGE BAD CONSTANT PARAMETER (216)
CT CAUSE This string constant parameter to BINARY, OCTAL, or HEX either
contains an invalid character or represents a value outside the
range minint..maxint.
ACTION Fix the character construct.
CAUSE This parameter to SUCC is a constant value equal to the maximum
value of an ordinal type.
This parameter to PRED is a constant value equal to the minimum
value of an ordinal type.
ACTION Fix the constant value.
---------------------------------------------------------------------------------------
217 MESSAGE PROCEDURE OR FUNCTION NOT IN INTRINSIC FILE (217)
CT CAUSE An incorrect intrinsic file was specified prior to the
declaration of the procedure or function.
ACTION Check the name of the SYSINTR file.
CAUSE The INTRINSIC name differs slightly from the procedure or
function name declared INTRINSIC.
ACTION Either use the ALIAS option or correct the spelling of the
ALIAS parameter.
CAUSE The procedure has never been put into the intrinsic file.
ACTION Either check the spelling or list the intrinsic file (or
rebuild the intrinsic file if it is not the standard intrinsic
file.)
---------------------------------------------------------------------------------------