HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 59
------------------------------------------------------------------------------------
1743 MESSAGE Non-numeric or non-scalar actual parameter #parm_num cannot be
passed by value.
CAUSE The actual parameter number parm_num is either non-numeric or
is not a scalar parameter.
ACTION Only scalar numeric values can be passed by value. Alter the
actual parameter so that it is a scalar.
------------------------------------------------------------------------------------
1744 MESSAGE The actual parameter space requested for the call to proc_name
exceeds the maximum value of num_words at parameter #parm_num.
CAUSE The space allocated by the interpreter for parameter space was
exhausted when loading parameter number parm_num during the
call to proc_name.
ACTION Reduce the number of actual parameters for the call to
proc_name.
------------------------------------------------------------------------------------
1745 MESSAGE The structure of the HP Business BASIC/XL string array actual
parameter is incompatible with the formal parameter #parm_num.
CAUSE An HP Business BASIC/XL string array was passed to a non-HP
Business BASIC/XL external.
ACTION Assign the element of the string array to a scalar string.
------------------------------------------------------------------------------------
1746 MESSAGE Actual parameter #parm_num to be passed by anyvar is not a
variable.
CAUSE The intrinsic file specifies that formal parameter parm_num for
the call to the intrinsic must be a variable passed by
reference.
ACTION Assign the value of the literal or expression to a variable.
Substitute that variable for the literal or expression that is
parameter number parm_num.
------------------------------------------------------------------------------------
1747 MESSAGE The type of the value returned by function func_name,
function_return_type, has no equivalent type in Business
BASIC/XL.
CAUSE function_return_type is not a valid HP Business BASIC/XL data
type that can be returned by a function.
ACTION Use the CALL statement to call the function without a return
value.
------------------------------------------------------------------------------------
1748 MESSAGE The type or dimensionality of formal and actual parameter
#parm_num do not match.
CAUSE Either the type or dimensionality of the formal and actual
parameters do not match.
ACTION Check formal parameter number parm_num to be certain that the
corresponding actual parameter in the call has both the same
type and dimensionality.
------------------------------------------------------------------------------------
1749 MESSAGE ALIAS name provided, alias_name, exceeds the maximum length of
max_length characters.
CAUSE The length of an alias name is too long.