TurboIMAGE/XL Database Management System Reference Manual MPE/iX V6.5 (30391-90011)
576 AppendixA
Error Messages
Library Procedure Error Messages
16 MESSAGE Data set full
MEANING DBPUT has discovered that data set is full and cannot add
a record as requested. (Message received when return
status word 1 is 16, and word 3 is 0.)
ACTION Restructure database with larger capacity for this data
set. (See chapter 8 for information on changing data set
capacity in conjunction with DBUNLOAD and DBLOAD.)
16 MESSAGE DBPUT cannot expand
dataset#
: Data set at
maximum capacity
MEANING The current capacity is at the maximum allowed, the data
set cannot be expanded. (Message received when return
status word 1 is 16, and word 3 is 1.)
ACTION If necessary, use DBChange Plus or third-party software
to increase the maximum capacity. (See MPE/iX Release
5.0 Communicator for information on using DBChange
Plus. See chapter 3 for information on detail data set
capacity parameters and chapter 5 for DBPUT.)
16 MESSAGE DBPUT
dataset#
incomplete expansion: File
system error
#
MEANING DBPUT cannot expand to the incremental amount due to a
file system error. (Message received when return status
word 1 is 16, and word 3 is 2.)
ACTION Determine the file system error (see file system manual)
and correct the problem identified. (See chapter 3 for
information on detail data set capacity parameters and
chapter 5 for DBPUT.)
16 MESSAGE DBPUT cannot expand
dataset#
: Out of disc
space (FSERR
#
)
MEANING There is no disc space for DBPUT to expand the data set.
(Message received when return status word 1 is 16, and
word 3 is 3.)
ACTION Increase disc space and rerun your application. (See
chapter 3 for information on detail data set capacity
parameters and chapter 5 for DBPUT.)