HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 66
CAUSE A parameter to the compiler options contains an expression.
ACTION Only use numbers or quoted strings for parameters in compiler
options.
------------------------------------------------------------------------------------
2005 MESSAGE ERROR, HALT, or KEY statement found while NO ERROR HANDLING
option in effect.
CAUSE When COPTION NO ERROR HANDLING is used, ON ERROR, ON HALT, or
ON KEY statements cause a compile time error.
ACTION Take out the COPTION or do not use the ON ERROR, ON KEY, or ON
HALT statements.
------------------------------------------------------------------------------------
2006 MESSAGE Parameter on "coption name" option is out of range.
CAUSE A numeric parameter to a compiler option is outside of it's
legal range. For example, a parameter of the LINES option is
outside the range of [0..9999].
ACTION Change the value to be the legal range for the compiler option.
------------------------------------------------------------------------------------
2008 MESSAGE Error creating process: "error-num "
CAUSE The CREATEPROCESS intrinsic failed with error-num.
ACTION Please refer to the
MPE XL Intrinsics Reference Manual
for the
error numbers returned in the CREATEPROCESS intrinsic, or
consult your system manager.
------------------------------------------------------------------------------------
2009 MESSAGE Error "error-num" in COMMAND intrinsic: "error-msg"
CAUSE The COMMAND intrinsic failed.
ACTION Please refer to the
MPE XL Intrinsics Reference Manual
for
error numbers returned in the COMMAND intrinsic, or consult
your system manager.
------------------------------------------------------------------------------------
2010 MESSAGE Couldn't open input file.
CAUSE The input file specified for the compiler could not be opened.
Probable causes are that the file does not exist or it is
opened in a conflicting mode.
ACTION Check the compiler input file.
------------------------------------------------------------------------------------
2011 MESSAGE Number of dimensions for array "name" not known in subunit
"name"
CAUSE The number of dimensions for the array name cannot be
determined at compile time.
ACTION Use the interpreter to explicitly dimension the array, specify
the exact number of asterisks in an array parameter, or access
a specific array element.
------------------------------------------------------------------------------------
2012 MESSAGE Total space needed for variables is too big.
CAUSE The number or size of variables in the program exceeds the
limit.
ACTION Reduce the number or size of variables in the program.
------------------------------------------------------------------------------------