HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 74
CAUSE A variable has been used to declare the array size or the
string length in a string array declaration, and this is not
allowed in MAIN.
ACTION Declare the array dimension or the string length explicitly in
MAIN.
-----------------------------------------------------------------------------
MESSAGE Improper string length declaration.
CAUSE A variable instead of a constant has been used to declare the
length of a string declaration in MAIN.
ACTION Declare the sting length explicitly in MAIN.
-----------------------------------------------------------------------------
MESSAGE Either DATASET or ITEMS clause must be given.
CAUSE A statement that requires a DATASET or ITEMS clause has been
entered with neither a DATASET nor an ITEMS clause.
ACTION Provide the required clause.
-----------------------------------------------------------------------------
MESSAGE You may not specify both the DATASET and the ITEMS clause.
CAUSE The DBINFO statement does not allow both the DATASET and ITEMS
clauses.
ACTION Check the DBINFO mode to specify either the ITEMS clause or the
DATASET clause, but not both.
-----------------------------------------------------------------------------
MESSAGE You may not specify both the DATASET and the DESCRIPTOR
clauses.
CAUSE The DBLOCK statement does not allow both the DATASET and the
DESCRIPTOR clauses.
ACTION Check the LOCK mode. If the LOCK mode is 3 or 4, specify the
DATASET clause. If the LOCK mode is 5 or 6, specify the
DESCRIPTOR clause.
-----------------------------------------------------------------------------
MESSAGE This statement is not allowed in an IF statement typed from the
keyboard.
CAUSE A statement performing terminal input has been included as part
of an IF statement entered without a line number.
ACTION None. Terminal input statements are not allowed from the
keyboard. Place the statement in a program.
-----------------------------------------------------------------------------
MESSAGE No more than 8 keys may be specified in this state.
CAUSE An ON KEY or OFF KEY statement has a list of more than eight
key numbers.
ACTION Modify the statement to specify no more than eight keys.
-----------------------------------------------------------------------------
MESSAGE Between 1 and 8 keys must be specified in this statement.
CAUSE An ON KEY statement did not specify any key numbers or
specified more than eight key numbers.
ACTION Correct the statement to include at least one but not more than
eight keys.
-----------------------------------------------------------------------------