HP Pascal/iX Reference Manual (31502-90022)

A-: 8
ACTION Remove "! " or correct earlier error.
---------------------------------------------------------------------------------------
026 MESSAGE MISSING "! " (026)
CT CAUSE The compiler expected this token, but it was omitted or
misspelled. The correct token was inserted.
ACTION Insert "! "
---------------------------------------------------------------------------------------
027 MESSAGE "! " FOUND BEFORE EXPECTED. SOURCE MISSING. (027)
CT CAUSE The compiler found this token before it was expected. The
compiler was able to accept it by inserting dummy tokens.
ACTION Correct the syntax error and recompile.
---------------------------------------------------------------------------------------
028 MESSAGE MISUNDERSTOOD SOURCE BEFORE "! " (028)
CT CAUSE The compiler has discarded some previously accepted source code
preceding this token. Either the token is inappropriate, but
the compiler has been able to accept it by ignoring previous
code, or the token is correct and code must now be discarded.
ACTION Check the source code and fix the syntax.
---------------------------------------------------------------------------------------
029 MESSAGE " NOT ALLOWED AS A STRING LITERAL DELIMITER (029)
CT CAUSE A double quote cannot delimit a string literal.
ACTION Replace " with expected '.
---------------------------------------------------------------------------------------
030 MESSAGE OPEN FAILED ON FILE "! " (030)
CT CAUSE The compiler could not open the source file.
The compiler could not open the INCLUDE file.
The compiler could not open the SYSINTR or SPLINTR file.
ACTION Check for the correct file name spelling, file existence, and
any file equations.
---------------------------------------------------------------------------------------
031 MESSAGE READ FAILED ON SOURCE FILE (031)
CT CAUSE The compiler could not read the source file.
The compiler could not read the INCLUDE file.
ACTION Correct the condition causing the read to fail, such as a
corrupted file or any internal compiler errors.
---------------------------------------------------------------------------------------
032 MESSAGE EMPTY SOURCE FILE (032)
CT CAUSE The source file is empty.