TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)

570 AppendixA
Error Messages
Library Procedure Error Messages
-431 MESSAGE BTE: DBFIND (mode 4/24) argument #1 length is
bad.
MEANING The size (in bytes) for argument 1 in the argument
parameter passed to DBFIND is less than 0 or greater than
the key length.
ACTION Modify the program.
-432 MESSAGE BTE: WILDCARD NOT ASCII
MEANING The wildcard is not a valid printable ASCII character (or a
decimal value in the range 33-126) in the DBCONTROL
mode 14 call.
ACTION Correct your application.
-433 MESSAGE BTE: DBFIND (mode 4/24) argument #2 length is
bad.
MEANING The size (in bytes) for argument 2 in the argument
parameter passed to DBFIND is less than 0 or greater than
the key length, or not valid for the search type.
ACTION Modify the program.
-434 MESSAGE BTE: Data set is a detail and not a master.
MEANING The data set being accessed is a detail data set and not a
master data set.
ACTION Correct application.
-436 MESSAGE BTE: Failed to extract data from root file.
MEANING The procedure to get information of the specified data set
failed.
ACTION Check the third and fourth halfword of the qualifier
parameter you passed to DBCONTROL for the status. This
value should provide extra error information in HPERRMSG
format. Notify HP support personnel.
-437 MESSAGE BTE: Failed to convert @c to [] dbfind.
MEANING Failed to convert wildcard or "greater than relation" into a
"range relation".
ACTION Notify HP support personnel.