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

a- 50
ACTION Re-enter the command followed by one of the valid characters
displayed. These characters select which of the ANALYST's
screens will be initially displayed.
------------------------------------------------------------------------------------
1285 MESSAGE Program Analyst cannot be used when program contains no lines.
CAUSE The ANALYST command has been used when there is no program in
the interpreter.
ACTION Only use the ANALYST when there is a program in the
interpreter.
------------------------------------------------------------------------------------
1286 MESSAGE Program Analyst can run on HP-supported terminals only.
CAUSE The ANALYST command has been used from a terminal that HP
Business BASIC/XL does not recognize as fully supporting
features such as CURSOR and ON KEY.
ACTION Use a different terminal. Also check to see if a configuration
file that specifies that the terminal is not HP-supported has
been used.
------------------------------------------------------------------------------------
1287 MESSAGE Program Analyst cannot be run in batch mode.
CAUSE An ANALYST command has been encountered by the interpreter
while in batch mode.
ACTION Remove the ANALYST command from the stream file.
------------------------------------------------------------------------------------
1288 MESSAGE Program Analyst cannot be used while program is running.
CAUSE An ANALYST command has been used while a program was paused
(either by the PAUSE statement or by an unhandled error).
ACTION Issue the STOP command before the ANALYST command.
------------------------------------------------------------------------------------
1289 MESSAGE Program Analyst cannot be used with VERIFY errors in program.
CAUSE The ANALYST command was used when the program in the
interpreter contained structural errors. Some examples are a
WHILE without ENDWHILE or an ELSE without IF.
ACTION Modify the program so that there are no VERIFY errors.
------------------------------------------------------------------------------------
1291 MESSAGE No VPLUS Form open.
CAUSE A Forms I/O statement has been used when no form is currently
active.
ACTION Be sure that the OPEN FORM statement is executed before any
Forms I/O operation is attempted.
------------------------------------------------------------------------------------
1292 MESSAGE Bad form name "formname".
CAUSE The string in quotes was used in a OPEN FORM statement, but is
not a valid form name.
ACTION Check the syntax and correct the program.
------------------------------------------------------------------------------------
1293 MESSAGE "filename" is not a forms file.
CAUSE The filename in quotes is an existing file, but not a VPLUS
forms file.