HP Pascal/iX Reference Manual (31502-90022)

A-: 10
an assigning reference.
ACTION Initialize the variable before it is used.
---------------------------------------------------------------------------------------
040 MESSAGE INVALID STRING TYPE USE (040)
CT CAUSE The standard type identifier string is not used to define a
string type.
ACTION Use the standard identifier string to define this type.
---------------------------------------------------------------------------------------
041 MESSAGE MISSING SEPARATOR BETWEEN NUMBER AND IDENTIFIER (041)
CT CAUSE A character was detected immediately following a number. HP
Pascal requires a separator, such as a space, comment, or
end-of-line between a number and an identifier or reserved
word.
ACTION Insert a separator between the number and the identifier.
---------------------------------------------------------------------------------------
042 MESSAGE ^STRING IS NOT ALLOWED IN TYPE DECLARATIONS (042)
CT CAUSE ^STRING was used in a pointer type declaration. A user
definition for STRING did not follow so an error was produced
when the compiler checked for unresolved forward pointer
declarations. The generic type STRING is only allowed for VAR
parameters.
ACTION Remove use of string in type declaration.
---------------------------------------------------------------------------------------
043 MESSAGE THIS FEATURE REQUIRES $OS ! (043)
CT CAUSE This feature is not available under the current OS level.
---------------------------------------------------------------------------------------
044 MESSAGE THIS FEATURE DOES NOT CONFORM WITH THE ANSI/ISO STANDARD (044)
CT CAUSE This feature is not available under the current STANDARD_LEVEL.
ACTION Remove this feature if ANSI/ISO conformance is desired.
Remove STANDARD_LEVEL compiler option if this feature is
desired.
Use the compiler option STDPASCAL_WARN if a warning message
rather than an error message is desired with the current
STANDARD_LEVEL that is set.
---------------------------------------------------------------------------------------
045 MESSAGE ONLY COMMENTS AND COMPILER OPTIONS ARE ALLOWED IN '!' (045)
CT CAUSE Text which is neither a comment nor a compiler option was
detected in the system-wide option file.
ACTION Remove any text which is neither a comment nor a compiler
option from the system-wide option file. Because this file is
write-protected, your system administrator should be notified.