HP Pascal/iX Reference Manual (31502-90022)

A-: 19
158 MESSAGE CRUNCHED CONFORMANT ARRAYS ARE NOT ALLOWED (158)
CT CAUSE Conformant array parameters cannot be CRUNCHED.
ACTION Remove CRUNCHED, or change to PACKED.
---------------------------------------------------------------------------------------
159 MESSAGE NO PACKED CONFORMANT ARRAYS OF CONFORMANT ARRAYS (159)
CT CAUSE Packed conformant arrays cannot have, as their elements,
conformant arrays.
ACTION Add PACKED to the inner type. Remove PACKED from the outer
type.
---------------------------------------------------------------------------------------
160 MESSAGE INVALID BASE TYPE FOR FILE (160)
CT CAUSE The component type of a file may not be a file or a structure
with a file type component.
ACTION Remove/change the file being referenced or the declaration of
the file.
---------------------------------------------------------------------------------------
161 MESSAGE TEXTFILE VARIABLE IS REQUIRED HERE (161)
CT CAUSE The predefined procedure or function in question may only be
used with a file of type text.
ACTION Remove/change the file being referenced or the routine being
used.
---------------------------------------------------------------------------------------
162 MESSAGE TEXTFILE NOT ALLOWED HERE (162)
CT CAUSE The standard procedure or function in question may not be used
with a file of type text.
ACTION Remove/change the file being referenced or the routine being
used.
---------------------------------------------------------------------------------------
163 MESSAGE INVALID TYPE FOR A PROGRAM PARAMETER (163)
CT CAUSE An identifier in the program parameter list has not been
declared as a file variable, or a variable of type PAC, string,
or integer.
ACTION Correct the actual declaration to be a file declaration or
remove the identifier from the program statement.
---------------------------------------------------------------------------------------
164 MESSAGE VARIABLE IS REQUIRED HERE (164)
CT CAUSE A variable is required as the target for reading from a file or
a string.
ACTION Supply a variable in the code.
---------------------------------------------------------------------------------------