HP Pascal/iX Reference Manual (31502-90022)

A-: 36
PASXDATA=200; export PASXDATA
for sh or ksh
setenv PASXDATA 200
for csh
---------------------------------------------------------------------------------------
461 MESSAGE PARSER STACK OVERFLOW - TOO MANY NESTED CONSTRUCTS (461)
CT CAUSE An internal compiler limit on nested structures has been
reached. A common cause is a long list of ELSE-IFs.
ACTION Break up a nested structure. Use a balanced IF-THEN-ELSE
structure.
---------------------------------------------------------------------------------------
500 MESSAGE OPTION NOT YET IMPLEMENTED (500)
W CAUSE This compiler option is not yet implemented.
ACTION Remove any references to this compiler option from the source
code.
---------------------------------------------------------------------------------------
501 MESSAGE UNRECOGNIZED COMPILER OPTION (501)
W CAUSE A compiler option with this name is not recognized.
ACTION Check the spelling of this option.
---------------------------------------------------------------------------------------
502 MESSAGE THIS OPTION IS NOT ALLOWED HERE (502)
W CAUSE The option appears in an illegal location in the source code.
For example, the GLOBAL option appears anywhere except before
the PROGRAM heading.
ACTION Remove the option from an illegal location in the source code
and place it in a legal location.
---------------------------------------------------------------------------------------
503 MESSAGE TEXT AFTER INCLUDE OR SKIP TEXT IGNORED (503)
W CAUSE Anything on the source line after INCLUDE was ignored.
Anything on the source line after a $SKIP_TEXT ON$ is treated
as a comment. Anything on the source line after an $IF$ that
evaluates to FALSE is ignored.
ACTION Remove the extra text.
---------------------------------------------------------------------------------------
504 MESSAGE INTEGER OUT OF RANGE, VALUE NOT CHANGED (504)
W CAUSE LINES requires an integer greater than 20
WIDTH requires an integer in the range 10..132.
$CHECK_ACTUAL_PARM$ and $CHECK_FORMAL_PARM$ require an integer
in the range 0..3.
ACTION Correct the option argument; check the compiler option syntax.
---------------------------------------------------------------------------------------