HP Pascal/iX Reference Manual (31502-90022)

A-: 29
CT CAUSE Every module must have at least one EXPORT.
ACTION Declare or define at least one 'object' in the EXPORT section.
---------------------------------------------------------------------------------------
242 MESSAGE INVALID IMPORT MODULE IDENTIFIER (242)
CT CAUSE The given identifier is not defined.
The given identifier is not the name of a module in the current
$SEARCH$ list.
ACTION Check the name of the IMPORT module identifier. If the PASLIB
file in which the module is defined is not in the current
search list, add the file to it.
---------------------------------------------------------------------------------------
243 MESSAGE NOT AN IMPORTED MODULE (243)
CT CAUSE The identifier is not the name of an import module or the
module currently being defined
ACTION If the name is misspelled, correct the spelling. Otherwise,
import the module in question.
---------------------------------------------------------------------------------------
250 MESSAGE DUPLICATE CASE LABEL (250)
CT CAUSE The CASE label is the same as a CASE label that appeared
previously in the same construct.
The CASE label is contained in a previous CASE label subrange
in the same construct.
The CASE label subrange contains at least one CASE label that
appeared previously in the same construct.
ACTION Remove the duplicate label from the code.
---------------------------------------------------------------------------------------
251 MESSAGE CASE LABEL OF INCORRECT TYPE (251)
CT CAUSE The type of the CASE label is not the same as the type of the
tag or the select expression.
ACTION Change the label or selecting expression as appropriate.
---------------------------------------------------------------------------------------
252 MESSAGE CASE LABEL TYPE NOT SAME AS PREVIOUS CASE LABEL (252)
CT CAUSE There was a detected error in the tag type or select
expression, so the CASE labels are checked against each other.
The type of the current CASE label does not match the type of
previous CASE labels.
ACTION Make sure that all case labels in a CASE statement are of the
same type.
---------------------------------------------------------------------------------------
270 MESSAGE INVALID LABEL - MUST BE AN INTEGER BETWEEN 0 AND 9999 (270)
CT CAUSE This label is not an integer.