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

536 AppendixA
Error Messages
Library Procedure Error Messages
-21 MESSAGE Bad data item reference (See above for additional
status code 21 messages.)
MEANING For DBINFO (modes 101, 102, and 204), data item
reference is:
Numeric but out of range of the number of data items
in database
An erroneous data item name
A reference to data item which is inaccessible to user
class established when database opened.
An erroneous data item name can arise when a
terminating semicolon or blank is omitted.
ACTION Check application program's procedure call. Correct error
in call.
-22 MESSAGE Maintenance word required
MEANING For DBOPEN, maintenance word is required for non-
creator to access the database.
ACTION Supply the correct maintenance word.
-23 MESSAGE Data set not writable
MEANING For DBPUT and DBDELETE, database has been opened in
DBOPEN mode 1, 3, or 4 and user has read but not write
access to the referenced data set.
ACTION Modify access mode set in procedure call or notify current
user operation cannot be performed.
-24 MESSAGE Operation not allowed on automatic master
data set
MEANING For DBPUT and DBDELETE, the referenced data set is an
automatic master.
ACTION Modify data set name in call or in data set type in schema.
-30 MESSAGE ILR enabled and bad access
MEANING The database has been ported from MPE V with ILR
enabled. The only allowable access to the database is
DBOPEN, mode 1–8, or DBUTIL to disable ILR.
ACTION Open the database with mode 1–8 or disable ILR.