HP Pascal/iX Reference Manual (31502-90022)

A-: 70
---------------------------------------------------------------------------------------
890 MESSAGE CANNOT EXPORT AN IMPORTED MODULE IN THE OUTER BLOCK (890)
CT CAUSE The word EXPORT was seen after the module name on an import
statement in the outer block.
ACTION Remove the word EXPORT.
---------------------------------------------------------------------------------------
891 MESSAGE LISTINTR FAILED TO COMPLETE SUCCESSFULLY (891)
CT CAUSE The listing of the intrinsic file terminated unexpectedly.
Possible reasons are that the listing file could not be opened,
or the file limit on the listing file was exceeded.
ACTION Make sure the intrinsic file is present and spelled correctly.
If the file limit on the listing file was exceeded, build a
larger file or use a file equation to specify a larger file.
---------------------------------------------------------------------------------------
892 MESSAGE UNABLE TO CLOSE FILE '!' (892)
CT CAUSE The compiler was unable to close the specified file. Possible
reasons are that system file space is exhausted, or that an
attempt is made to create a file across account boundaries
(which is not allowed on MPE/iX).
ACTION Create enough system file space or specify a file within the
account boundary.
---------------------------------------------------------------------------------------
893 MESSAGE I/O MODULE(S) NOT IMPORTED (893)
CT CAUSE A call to a standard procedure such as writeln, readln, write,
or read was made in the implement section of a module that did
not import the appropriate module STDINPUT or STDOUTPUT. As a
result, the default file symbols input and/or output are
unknown to the compilation unit.
ACTION Explicitly IMPORT the appropriate system-defined module
STDINPUT, STDOUTPUT, or both.
---------------------------------------------------------------------------------------
894 MESSAGE INVALID USE OF MODULE IDENTIFIER (894)
CT CAUSE Module identifier can only be used with IMPORT.
ACTION Rename the identifier or remove the module identifier.
---------------------------------------------------------------------------------------
900 MESSAGE INCORRECT POINTER ALIGNMENT (900)
RT CAUSE Internal parameter to CHKA.
ACTION No action is required. Internal use only.
---------------------------------------------------------------------------------------
905 MESSAGE INVALID PROCEDURAL/FUNCTIONAL VALUE REFERENCED (905)
RT CAUSE The value does not denote any actual procedure or function.