HP Pascal/iX Reference Manual (31502-90022)

A-: 33
385 MESSAGE POSSIBLE NON-ALIGNED OVERLAPPING SOURCE/TARGET IN STATEMENT !
(385)
N CAUSE The source and target of the MOVE predefined procedure may
overlap and generate scrambled results.
ACTION You may need to use MOVE_R_TO_L or MOVE_L_TO_R.
---------------------------------------------------------------------------------------
400 MESSAGE INVALID FILENAME (400)
CT CAUSE The filename given in the INCLUDE, SYSINTR, or SPLINTR option
is not a legal filename.
ACTION Correct the filename to conform to the format required by the
operating system.
---------------------------------------------------------------------------------------
401 MESSAGE ILLEGAL NAME IN ALIAS OR SUBPROGRAM OPTION (401)
CT CAUSE The procedure or function name in an ALIAS option is not a
valid identifier.
The procedure or function name in a SUBPROGRAM option is not a
valid HP Pascal identifier.
ACTION Make sure the name is a valid HP Pascal identifier.
---------------------------------------------------------------------------------------
402 MESSAGE NOT A LEGAL LOCALITY NAME (402)
CT CAUSE The name for a locality is illegal.
ACTION Check the name and make sure it is legal.
---------------------------------------------------------------------------------------
403 MESSAGE $IF$ EXPRESSION CAN NOT BE EVALUATED (403)
CT CAUSE The expression in an $IF$ has a syntax error in it.
ACTION Check the source code and fix the syntax error.-
---------------------------------------------------------------------------------------
404 MESSAGE UNMATCHED $ENDIF$ FOUND (404)
CT CAUSE An $ENDIF$ compiler option was found without a preceding $IF$
option. This may happen if either the compiler rejects an $IF$
because it was out of place, or the $IF$ is not in the code.
ACTION Check for a missing or commented $IF$.
---------------------------------------------------------------------------------------
405 MESSAGE A BOOLEAN EXPRESSION IS REQUIRED INSIDE STRING (405)
CT CAUSE A blank string was found as part of an $IF$.
ACTION Remove the $IF$ or add a string.
---------------------------------------------------------------------------------------
406 MESSAGE EXPECTED TRUE/FALSE AFTER "= " (406)