HP Pascal/iX Reference Manual (31502-90022)

A-: 5
---------------------------------------------------------------------------------------
008 MESSAGE END OF FILE FOUND BEFORE EXPECTED (008)
CT CAUSE The compiler expects more source code. There may be an
unmatched BEGIN-END or an unclosed comment.
ACTION Check for missing END, semicolon, period, or incomplete
statement. Also check for an unclosed comment or $SKIP_TEXT
ON$.
---------------------------------------------------------------------------------------
009 MESSAGE UNRECOGNIZED CHARACTER (009)
CT CAUSE An illegal character was found in the source.
ACTION Check for unprintable characters and character validity in
context.
---------------------------------------------------------------------------------------
010 MESSAGE 100 ERRORS--PROGRAM TERMINATED (010)
CT CAUSE Only 100 errors are allowed before the compiler stops.
ACTION Correct earlier errors so that compilation can continue.
---------------------------------------------------------------------------------------
011 MESSAGE A COMMA IS REQUIRED HERE (011)
CT CAUSE A comma is needed to separate procedure/function names in the
SUBPROGRAM compiler option.
ACTION Check syntax and insert a comma where necessary.
---------------------------------------------------------------------------------------
012 MESSAGE VARIABLE SPECIFICATION NOT ALLOWED HERE (012)
CT CAUSE Only SPL procedures are allowed to have a variable number of
parameters.
ACTION Remove the keyword VARIABLE or declare the routine SPL
VARIABLE.
---------------------------------------------------------------------------------------
013 MESSAGE IDENTIFIER DOUBLY DEFINED (013)
CT CAUSE An identifier in a parameter list is a duplicate of another
identifier.
The procedure/function name is defined earlier and is not a
FORWARD procedure/function.
The field name of a record is already declared.
The identifier is already declared in the current scope.
ACTION Delete duplicate declaration.
---------------------------------------------------------------------------------------
014 MESSAGE IDENTIFIER NOT DEFINED (014)
CT CAUSE The identifier is an undeclared variable, constant, procedure,