HP Pascal/iX Reference Manual (31502-90022)

A-: 34
CT CAUSE Misspelled true/false after "= " in $SET$
ACTION Correct spelling.
CAUSE Missing true/false after "= " in $SET$
ACTION Add TRUE or FALSE.
---------------------------------------------------------------------------------------
408 MESSAGE UNMATCHED $ENDIF$ OR $ELSE$ FOUND (408)
CT CAUSE $ENDIF$/$ELSE$ compiler option was found without a preceding
$IF$ option. This may happen either if the compiler rejects an
$IF$ because it was out of place, or if the $IF$ is not in the
code.
ACTION Check for a missing or misplaced $IF$.
---------------------------------------------------------------------------------------
409 MESSAGE EXCEEDED MAXIMUM NESTING LEVEL FOR $IF$ (409)
CT CAUSE The nesting of $IF$ exceeded the maximum allowable nesting
level.
ACTION Remove the offending $IF$ from the code.
---------------------------------------------------------------------------------------
410 MESSAGE ILLEGAL IDENTIFIER IN $SET$ or $IF$ (410)
CT CAUSE An identifier is misspelled.
Expected an identifier and one was not found.
ACTION Provide a legal identifier or correct the spelling of the
identifier.
---------------------------------------------------------------------------------------
411 MESSAGE $PUSH$ NESTING TOO DEEP, OPTIONS NOT SAVED (411)
CT CAUSE Too many $PUSH$ compiler options encountered.
ACTION Remove the offending $PUSH$ option.
---------------------------------------------------------------------------------------
412 MESSAGE NOTHING TO $POP$, OPTIONS NOT CHANGED (412)
CT CAUSE Too many $POP$ compiler options for the number of preceding
$PUSH$ options.
ACTION Remove $POP$ options so that those remaining have matching
$PUSH$ options.
---------------------------------------------------------------------------------------
413 MESSAGE INVALID INTRINSIC FILE (413)
CT CAUSE The file specified in the intrinsic option is not a valid
SYSINTR file.
ACTION Check the name and make sure the file is an intrinsic file and
has not been corrupted.
---------------------------------------------------------------------------------------