HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 61
ACTION Remove the VALUE keyword from the definition of the formal
parameter number parm_num.
------------------------------------------------------------------------------------
1756 MESSAGE Intrinsic filename "intr_file_name" exceeds the maximum
filename length of max_file_name_length characters.
CAUSE An invalid filename has been provided.
ACTION Correct the name of the file.
------------------------------------------------------------------------------------
1757 MESSAGE Formal parameter #parm_num passed by value to procedure
proc_name has incorrect default size of num_bytes bytes.
CAUSE The information for the default size supplied in the intrinsic
file contains an error.
ACTION Rebuild the intrinsic file.
------------------------------------------------------------------------------------
1758 MESSAGE Formal parameter #parm_num passed by reference to procedure
proc_name has incorrect default size of num_bytes bytes.
CAUSE The information for the default size supplied in the intrinsic
file contains an error.
ACTION Rebuild the intrinsic file.
------------------------------------------------------------------------------------
1759 MESSAGE Unable to lead procedure proc_name when searching in library
list beginning with xl_name.
CAUSE The entry point name specified does not exist in any of the
libraries in the library list.
ACTION Check the spelling of the external. Use the linkeditor to
check the names of the entry points in the libraries.
------------------------------------------------------------------------------------
1760 MESSAGE Procedure or function proc_name not found in intrinsic file
"intr_file_name".
CAUSE The intrinsic entry does not exist in the intrinsic file,
intr_file_name.
ACTION Check the entries in the intrinsic file to be certain that the
entry exists.
------------------------------------------------------------------------------------
1761 MESSAGE EXTENSIBLE value provided exceeds the valid range of
lower_bound to upper_bound.
CAUSE The value following the EXTENSIBLE keyword is not within the
bounds of lower_bound to upper_bound.
ACTION Change the definition so that the value is within the specified
range.
------------------------------------------------------------------------------------
1762 MESSAGE External procedure proc_name has been previously defined.
CAUSE The procedure or function name to be used to call the external,
proc_name, is not unique in the main, procedure, or function.
Calls to the procedure or function will be ambiguous.
ACTION Change the spelling of one of the names of the procedures in
the external or intrinsic definitions.
------------------------------------------------------------------------------------