MPE/iX Error Messages Manual Vol 3 (32650-90880)

260 Chapter6
TurboIMAGE/XL V iii C 5
Library Procedure Error Messages
ACTION Check qualifier array contents to determine why data is
invalid.
-131 MESSAGE Lowercase character in type-U value
CAUSE DBLOCK has encountered a lowercase character in a
type-U value specified in a lock descriptor.
ACTION Check qualifier array contents to determine why data is
invalid.
-132 MESSAGE Illegal digit in type Z value
CAUSE Lock descriptor value specified to DBLOCK contains an
invalid zoned decimal digit.
ACTION Check qualifier array contents to determine why data is
invalid.
-133 MESSAGE Illegal sign in type Z value
CAUSE Lock descriptor value specified to DBLOCK contains an
invalid zoned decimal sign.
ACTION Check qualifier array contents to determine why data is
invalid.
-134 MESSAGE Two descriptors conflict
CAUSE DBLOCK has detected two lock descriptors in the same
call that lock the same or part of the same database entity.
(For example, lock on set and database in same request.)
ACTION Check qualifier array contents for conflicting lock
descriptors.
-135 MESSAGE Second lock without CAP=MR
CAUSE A second call to DBLOCK has been made without an
intervening DBUNLOCK call and program does not have
MR capability.
ACTION Read discussion of multiple calls to DBLOCK in Chapter 4
of this manual if you plan to use CAP=MR.
-136 MESSAGE Descriptor list exceeds 4094 bytes
CAUSE DBLOCK allows a maximum length of 4094 bytes for lock
descriptor lists (qualifier array).
ACTION Change qualifier array contents so lock descriptor list is
shorter.
-151 MESSAGE Text length greater than 512 bytes
CAUSE Returned by DBBEGIN, DBEND, or DBMEMO.
ACTION Modify program.
-152 MESSAGE DBCLOSE called while a transaction is in
process; DBBEGIN called