HP Pascal/iX Reference Manual (31502-90022)

A-: 35
---------------------------------------------------------------------------------------
414 MESSAGE NLS NOT INSTALLED OR SYSTEM VARIABLE NOT SET (414)
CT CAUSE NLS (Native Language Support) is not installed or the JCW
'GETUSERLANG" is not set (MPE/iX) or the environment variable
'LANG' is not set (HP-UX).
ACTION Determine which of the above applies and correct the situation.
---------------------------------------------------------------------------------------
415 MESSAGE $INCLUDE FILENAME IS NULL (415)
CT CAUSE The file specified in the include option is empty.
ACTION Place a valid file name in the quotes.
---------------------------------------------------------------------------------------
425 MESSAGE COMPILER ERROR "! " COMPILE TERMINATED (425)
CT CAUSE (1..999) A run-time error was detected by the run-time support
library during compiler execution.
(1000..1031) A run-time error was detected in an arithmetic
operation during compiler execution.
(2000..2999) A run-time error was detected by a system
intrinsic during compiler execution.
ACTION Check that there is no previous syntax error. If there is one,
fix the error and recompile. Otherwise, report this as a bug.
(3000..3999) A run-time code trap (an addressing exception or
an illegal instruction, for example) occurred during compiler
execution.
(5000..5999) A user of internal code generation error.
(6000..6999) An optimizer error.
(7000..7999) A user or internal code generation error.
---------------------------------------------------------------------------------------
426 MESSAGE SYSTEM RESOURCE EXHAUSTED "! " COMPILE TERMINATED (426)
CT CAUSE The compiler ran out of space in the heap.
ACTION Break the code into smaller compilation units.
CAUSE The compiler ran out of space in one of its data areas or the
compiler could not acquire one of its data areas (especially if
the parameter is 2).
ACTION Reduce the size or the number of structured constants or number
of identifiers or increase the size of data areas. In the
following examples, the parameter is the number of pages:
On MPE/iX:
SETJCW PASXDATA 200
On HP-UX:
export PASXDATA=200
for ksh