HP Pascal/iX Reference Manual (31502-90022)

A-: 62
ACTION Consult the
HP Pascal Reference Manual
for details.
---------------------------------------------------------------------------------------
828 MESSAGE MISSING DEFAULT VALUE FOR "! " (828)
CT CAUSE This parameter requires a default value to be specified.
ACTION Supply a default value in the "default_parms" option.
---------------------------------------------------------------------------------------
831 MESSAGE ROUTINE OPTION NOT COMPATIBLE WITH PREVIOUS ONE(S) (831)
CT CAUSE A routine was declared with two routine options that are
incompatible.
ACTION Re-evaluate the requirements for the routine options.
---------------------------------------------------------------------------------------
832 MESSAGE PROCEDURE NESTING TOO GREAT FOR THIS ROUTINE OPTION (832)
CT CAUSE A level 2 or greater routine was declared with a routine option
that is illegal at a level greater than 1.
ACTION Either make the routine level 1 or remove the routine option.
---------------------------------------------------------------------------------------
833 MESSAGE INVALID ROUTINE OPTION (833)
CT CAUSE A routine option was declared that is not a known routine
option.
ACTION Check the spelling.
---------------------------------------------------------------------------------------
834 MESSAGE INVALID EXTENSIBLE PARAMETER COUNT (834)
CT CAUSE The count value in an Extensible routine is either less than
"0" or greater than the number of parameters in the routine.
ACTION Provide a legitimate count.
---------------------------------------------------------------------------------------
835 MESSAGE THIS FORM PERMITTED ONLY IN ROUTINE OPTION (835)
CT CAUSE A keyword value assignment to a formal parameter was used
outside of a definition option.
ACTION Remove the keyword assignment and assign by position.
---------------------------------------------------------------------------------------
836 MESSAGE THIS FORM NOT PERMITTED IN ROUTINE OPTION (836)
CT CAUSE An empty parameter was specified in a routine option or the
parameter was an expression.
ACTION Either supply a value or replace the expression with a
constant.
---------------------------------------------------------------------------------------
837 MESSAGE INVALID FORMAL PARAMETER FOR THIS ROUTINE OPTION (837)