HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 43
current program.
------------------------------------------------------------------------------------
1233 MESSAGE Could not add subunit name during GET SUB. Last subunit
removed.
CAUSE The interpreter was unable to obtain sufficient space to add
the name of a procedure or function during execution of a GET
SUB command or statement.
ACTION Take action similar to that recommended for error number 1231.
------------------------------------------------------------------------------------
1234 MESSAGE Renumbering lines invalid for GET SUB statement.
CAUSE A line number in the current program conflicts with one of the
line numbers for the procedure or function to be read into the
interpreter from the BASIC SAVE file specified in the GET SUB
statement. Either the new line number already exists or a line
in the current program would now be included in the new
procedure or function.
ACTION Be certain that the entire range of lines into which the new
procedure is to be read has no program lines prior to execution
of the GET SUB statement or command.
------------------------------------------------------------------------------------
1235 MESSAGE First subunit specified in GET SUB statement does not exist.
CAUSE Either no subunit number exists or the range of values that
supposedly corresponds to the subunit numbers does not exist in
the BASIC SAVE file for the GET SUB statement or command.
ACTION The numbering of the procedures and functions in the specified
BASIC SAVE file begins with one and each subsequent procedure
or function is one greater. Be certain that the value that you
are using corresponds to this numbering system.
------------------------------------------------------------------------------------
1236 MESSAGE GET SUB statement requires a BASIC SAVE file.
CAUSE The file code for the file specified in the GET SUB command or
statement does not have a BSVXL file code.
ACTION GET the file with the subunit into the interpreter, PURGE the
file and use the SAVE command to save a new version of the file
with the correct file code.
------------------------------------------------------------------------------------
1238 MESSAGE GET SUB subunit specifications must be greater than 0.
CAUSE Either no subunit exists in the GETSUB file or the subunit
number specified is less than or equal to zero.
ACTION The numbering of the procedures and functions in the specified
BASIC SAVE file begins with one and each subsequent procedure
or function is one greater. Be certain that the value that you
are using corresponds to this numbering system.
------------------------------------------------------------------------------------
1240 MESSAGE Line range "line_range" contains a nonexistent line reference.
CAUSE An attempt was made to save or resave a portion of the current
program that contains a main and at least one procedure or
multi-line function when the "line_range" of the line ranges
specified has no program lines and the file to which the
current program is being saved is a BASIC SAVE file.
ACTION SAVE or RESAVE the information to an ASCII file.
ACTION Use only line ranges which contain at lease one line when using