MPE/iX Error Messages Manual Vol 3 (32650-90880)
Chapter 6 255
TurboIMAGE/XL V iii C 5
Library Procedure Error Messages
• Duplicates another reference in the list.
For DBFIND, the item parameter contains data item
reference which either:
• Is out of range of the number of data items in the
database.
• Is not a search item for referenced data set.
ACTION Check procedure call. Correct error in call or parameter.
-53 MESSAGE Missing search or sort item
CAUSE For DBPUT, a search or sort item of referenced data set is
not included in list parameter.
ACTION Check procedure call. Correct error in call or parameter.
-60 MESSAGE Illegal file equation on root file
CAUSE When using a :FILE command with the database name or
a database-access file name, only the file designators and
DEV= parameters are allowed.
ACTION Reenter :FILE command without illegal parameters.
-80 MESSAGE Output Deferred not allowed with ILR enabled
CAUSE DBCONTROL (mode 1) was used to request deferred
output, but deferred output cannot be used when ILR is
enabled. Output deferred is not initiated.
ACTION Do not use deferred output; or run DBUTIL and disable
ILR.
-81 MESSAGE Output Deferred not allowed with ROLLBACK
enabled
CAUSE DBCONTROL (mode 1) was used to request deferred
output, but deferred output cannot be used when
ROLLBACK is enabled. Output deferred is not initiated.
ACTION Do not use deferred output; or run DBUTIL and disable
ROLLBACK.
-90 MESSAGE Root file bad: unrecognized state: %
octal
integer
CAUSE For DBOPEN, this error is returned if the root file is in an
unrecognized state. The octal integer represents an ASCII
error code.
ACTION Restore old copy of the root file for the database.
-91 MESSAGE Bad root modification level
CAUSE For DBOPEN, the software version of the DBOPEN
procedure is incompatible with version of Schema
Processor which created root file.