HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 37
CAUSE An ANYPARM external before execution of the main, procedure, or
function that contains the ANYPARM call was called before the
interpreter has scanned that routine to initialize the internal
structures required for the call.
ACTION Add a PAUSE statement at the beginning of the main, procedure,
or function that contains the call and execute the program. A
call from the interpreter can be made when the program executes
the PAUSE statement and returns control to the interpreter.
------------------------------------------------------------------------------------
1177 MESSAGE Value for BYTE parameter # "parameter_number" exceeds range for
BYTE type.
CAUSE A BYTE parameter to an external exceeded the range of
[-256,255].
ACTION Check the value of the actual parameter to be certain that it
is within the specified range. Note that BYTE types are not
sign extended.
------------------------------------------------------------------------------------
1180 MESSAGE Parameters out of range for the function.
CAUSE The parameters to the DAT3000$ built-in function must satisfy
the following three conditions:
1. The first parameter must be greater than or equal to one.
2. The second parameter must be less than or equal to 27.
3. The first parameter must be less than or equal to the
second parameter.
ACTION Be certain that the parameters to the DAT3000$ satisfy the
above conditions before calling the built-in function.
------------------------------------------------------------------------------------
1181 MESSAGE Error in accessing the HELP message file.
CAUSE The interpreter was unable to open the catalog HPBBHELP.PUB.SYS
following the HELP command.
ACTION Be certain that the file HPBBHELP.PUB.SYS is present on your
system and that no one is accessing the file exclusively.
------------------------------------------------------------------------------------
1182 MESSAGE Call to "procedure_name" has "number_formal" parameter(s);
declaration has "number_actual" parameters.
CAUSE The number of formal parameters defined in the EXTERNAL
statement or in the intrinsic file does not match the number of
actual parameters supplied for the call from the program.
ACTION Correct either the definition in the EXTERNAL statement or the
call so that the number of parameters is the same.
------------------------------------------------------------------------------------
1183 MESSAGE Too few parameters, or missing parameter in call to
"procedure_name".
CAUSE A call to a procedure or function does not have the correct
number of actual parameters that correspond to the number of
formal parameters declared in the procedure or function header.
ACTION Correct the call to the procedure or function so that the
number of actual parameters corresponds to the number of formal
parameters defined.
------------------------------------------------------------------------------------