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

Chapter 6 243
TurboIMAGE/XL V iii C 5
Schema Processor Error Messages
MESSAGE DUPLICATE ITEM SPECIFIED
CAUSE The same data item name was used more than once in the entry definition
of data sets.
ACTION Examine the schema text file to find the error and edit the file. Run the
Schema Processor again.
MESSAGE DUPLICATE SET NAME
CAUSE The same data set name was used to define more than one data set in the
set part of schema.
ACTION Examine the schema text file to find the error and edit the file. Run the
Schema Processor again.
MESSAGE 'ENTRY:' EXPECTED
CAUSE Each set defined in the set part of schema must contain ENTRY:
statement followed by the data item names of the data items in entry.
ACTION Examine the schema text file to find the error and edit the file. Run the
Schema Processor again.
MESSAGE ENTRY TOO BIG
CAUSE The number and size of the data items defined for an entry makes an entry
too big for maximum block size. The block size is specified by $CONTROL,
or BLOCKMAX= command, or default.
ACTION Examine the schema text file to find the error and edit the file. Run the
Schema Processor again.
MESSAGE ENTRY TOO SMALL
CAUSE A detail data set that is not linked to any master data set must have a
data entry length of two or more halfwords. This length is determined by
adding the size in halfwords of each data item defined in the data entry.
ACTION Examine the schema text file to find the error and edit the file. Run the
Schema Processor again.
MESSAGE ILLEGAL ITEM NAME OR TERMINATOR
CAUSE The data item name does not conform to naming rules. (Names must start
with a letter and may have up to 16 alphanumeric characters including +
? / # ∃ & * @ ). Or if in the item part, it is not followed by a comma.
ACTION Examine the schema text file to find the error and edit the file. Run the
Schema Processor again.
MESSAGE ILLEGAL USER CLASS NUMBER
CAUSE User class number defined in schema password part is not an integer
between 1 and 63.
ACTION Examine the schema text file to find the error and edit the file. Run the
Schema Processor again.
MESSAGE ITEM TOO LONG