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

a- 24
ACTION Reenter a numeric value in the appropriate field in the
JOINFORM.
------------------------------------------------------------------------------------
320 MESSAGE Invalid item name in PREDICATE statement.
CAUSE The value of the item name at the time of execution of the
PREDICATE statement is the null string.
ACTION Ensure that the value of the string expression that represents
the name of the database item to lock in the specified data set
is correct.
------------------------------------------------------------------------------------
321 MESSAGE Invalid relational operator in PREDICATE statement.
CAUSE Run-Time: The only valid relational operators in a WITH clause
of a PREDICATE statement are one of:
=
>=
<=
Use of any other relational operators will cause an error.
ACTION Use only one of the above relation operators.
------------------------------------------------------------------------------------
322 MESSAGE Predicate string too short for the predicate elements.
CAUSE The data set and item information that is being packed into the
predicate string is greater in length than the maximum length
declared for the string variable.
ACTION Increase the length of the string variable that is to be the
predicate string for the DBLOCK statement by declaring the
string with a length greater than 18 characters or increasing
the length of the already declared string.
------------------------------------------------------------------------------------
323 MESSAGE Improper data set or base name used.
CAUSE String data set parameter specifying the data set name for a
BASIC statement that interfaces with TurboIMAGE exceeds the
maximum length of 16 characters.
ACTION Check the string to be certain that is less than 16 characters
in length before using the name as a data set name in a BASIC
TurboIMAGE statement.
------------------------------------------------------------------------------------
324 MESSAGE Buffer not long enough for information returned by DBMS.
CAUSE If this error occurs with a DBGET the input buffer into which
the information in the database is to be transferred was too
short for the information actually written to the buffer. As a
result, the values of other program variables cannot be
guaranteed.
If this error occurs with a DBINFO the return string to which
the information is to be returned is too short for the
information actually written to the buffer. As a result, the
values of other program variables cannot be guaranteed.
ACTION Rewrite the program increasing the size of the input buffer or
return string. Recovery using ON DBERROR during program
execution is not advised because of possible program data
corruption.
CAUSE The return message string for the DBMESSAGE statement is not