HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 49
1276 MESSAGE Invalid KEY number. Must be between 1 and 8.
CAUSE The value of a numeric literal or a numeric expression
corresponding to one of the keys specified in an ON KEY, OFF
KEY, or PRESS KEY statement is not within the range [1,8].
ACTION Correct the value of the numeric literal or, if it is an
expression, perform run-time checking of the value of the
numeric variable or numeric expression prior to using that
value in the statement.
------------------------------------------------------------------------------------
1277 MESSAGE File is not a BKEY file.
CAUSE The name of the file specified in the GET KEY or RESAVE KEY
statement does not have a BKEY file code.
ACTION Be certain that the file to which you are trying to resave keys
does not exist or has a BKEY format.
ACTION Be certain that the file from which you are trying to obtain
key definitions using the GET KEY statement has a BKEY format.
------------------------------------------------------------------------------------
1278 MESSAGE Invalid PRIORITY number. Must be between 1 and 15
CAUSE When this occurs in the interpreter, this syntax error occurs
because the numeric literal in the PRIORITY clause of the ON
KEY statement is not within the range [1,15].
When this occurs at run-time, the value of the numeric variable
in the PRIORITY clause of the ON KEY statement is not within
the range [1, 15].
ACTION Re-enter the line using a valid numeric literal value.
ACTION Check the value of the numeric variable before using it in the
PRIORITY clause.
------------------------------------------------------------------------------------
1279 MESSAGE Invalid CURSOR parameter.
CAUSE One of the parameters for the position option is not within the
limits of current screen memory on the terminal being used.
CAUSE The parameter specifying the screen enhancement has an invalid
letter specified as a requested enhancement.
ACTION Be certain that the maximum value for the cursor position is
within bounds of the current screen memory.
ACTION Be certain that the screen enhancement specified is one of: h,
i, b, u, H, I, B, U, or the empty string.
------------------------------------------------------------------------------------
1283 MESSAGE Program Analyst cannot be used if OUTPUT or SYSTEM OUTPUT are
redirected.
CAUSE The [SEND] OUTPUT [TO] or [SEND] SYSTEM OUTPUT TO statement has
been used to redirect the output to a device other than the
reserved word DISPLAY or the system file $STDLIST.
ACTION Use the INFO command to determine the device to which the
output is being sent and correctly reset the output to be
directed to DISPLAY.
------------------------------------------------------------------------------------
1284 MESSAGE Valid arguments for ANALYST command are M, O, E, S, G, C, D and
P.
CAUSE Incorrect entry following the ANALYST command.