HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 57
executing.
ACTION Change or modify the line when it has finished execution.
------------------------------------------------------------------------------------
1605 MESSAGE Line "linenum" secured and cannot be modified.
CAUSE The line number specified is secured and cannot be modified. A
secured line cannot be listed, only an asterisk is displayed.
ACTION Re-enter the line.
------------------------------------------------------------------------------------
1608 MESSAGE TRACE VARS list can only be used in a program or when PAUSEd.
CAUSE A TRACE VARS list is not allowed in COMMAND mode.
ACTION Use TRACE VARS list in a program.
------------------------------------------------------------------------------------
1733 MESSAGE The formal parameter space request for "proc_name",
"num_bytes", exceeds the maximum value available of
"limit_num_bytes" bytes.
CAUSE During processing of the EXTERNAL and INTRINSIC, the formal
parameter space for the definition exceeds the maximum value
allowable.
ACTION Reduce the number of formal parameters to the external, or
redefine the intrinsic file definition so that fewer parameters
are required.
------------------------------------------------------------------------------------
1734 MESSAGE Unable to close intrinsic file "intr_file_name.
CAUSE An invalid file system value was returned when trying to close
the intrinsic file, "intr_file_name".
ACTION This is a file system problem that might be circumvented by
terminating all processes that reference the file.
------------------------------------------------------------------------------------
1735 MESSAGE Error reading intrinsic file "intr_file_name".
CAUSE There is either invalid parameter information in the intrinsic
file for the parameter or a file system problem.
ACTION Rebuild the intrinsic file.
------------------------------------------------------------------------------------
1736 MESSAGE Parameter #parm_num to procedure proc_name is invalid as a
formal parameter.
CAUSE The formal parameter obtained from the intrinsic file is not a
type that is supported in HP Business BASIC/XL. The types
supported in HP Business BASIC/XL are 16 bit integer, 32 bit
integer, 32 bit IEEE floating point, 64 bit IEEE floating
point, and string.
ACTION If possible, define the intrinsic as an external and use a
formal parameter that has the same size as that in the
intrinsic file.
------------------------------------------------------------------------------------
1737 MESSAGE Error reading intrinsic file "intr_file_name" while processing
procedure information for proc_name.
CAUSE There is either invalid procedure information in the intrinsic
file or a file system problem.
ACTION Rebuild the intrinsic file.