HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 40
CAUSE The account or user priority is not set as high as that
requested in the PRI clause of the SYSTEMRUN command.
ACTION Use a lower priority for the PRI clause or have your System
Administrator raise your MAXPRI value.
------------------------------------------------------------------------------------
1203 MESSAGE Line number "line_number" does not exist.
CAUSE "line_number" specified in a command, for example,
LIST 1+10
where line number 1 is not a line in the current program.
ACTION Re-enter the command using a line number that is present in the
current program.
------------------------------------------------------------------------------------
1204 MESSAGE Label not found in current program unit.
CAUSE The label specified in a command, for example,
LIST Label1
where Label1 is not a label on a line in the current program.
ACTION Re-enter the command using a valid label.
------------------------------------------------------------------------------------
1211 MESSAGE Command-only statements are not allowed in a COMMAND statement.
CAUSE In the interpreter, entries can be either a command, a
statement in a program, or both. Those keywords that can only
be commands, such as LIST, cannot occur in the quoted string
literal or as the value of the string variable following the
keyword COMMAND.
ACTION Remove the command from the quoted string literal or assign a
value to the string variable that does not include the command.
------------------------------------------------------------------------------------
1212 MESSAGE A command is not allowed here; it must be a program line.
MODIFY only accepts lines which begin with a line number. (
message #1606 )
CAUSE Use of the MODIFY command was used to change a line to a
command such as LIST or RUN.
ACTION A modified line must always begin with a line number. Make
sure that there is a line number.
------------------------------------------------------------------------------------
1216 MESSAGE File record size too small for program line.
CAUSE The record size of the ASCII file to which the listing is being
directed at the time of a LIST, FIND, MODIFY, or CHANGE is less
than the minimum size of 22 characters.
ACTION Increase the record size of the file to greater than 22
characters.
------------------------------------------------------------------------------------
1217 MESSAGE Not enough room to make copy or move between lines
"line_number_1" and "line_number_2".
CAUSE COPY or MOVE failed because the number of available lines
between "line_number_1" and "line_number_2" is not sufficient.
ACTION Neither MOVE nor COPY will renumber lines so that they will
automatically fit in the designated target area. If you want