File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-40
42: ZFUP-ERR-INCON-PARTS
42: ZFUP-ERR-INCON-PARTS
The file attributes of the individual partitions of a partitioned file are inconsistent with
each other.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-INCON-PARTS (42). This token is always in the error list.
ZFUP-MAP-CMD-ERROR
is a structured token with these fields:
ZNAME
is the name of the file that FUP was processing.
ZCOMMAND
is the FUP command that was executing.
ZOBJECT
is the object type.
Recommended Action
The command fails. Check the file label partition attributes for all partitions and correct
any inconsistencies. The file type, record length, data-block length, key length, key
offset, and index-block length attributes must be the same.
For relative and entry-sequenced files, the partition extent sizes must be the same as
those specified when the primary partition was created.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZFUP-MAP-CMD-ERROR
ZNAME type ZSPI-DDL-FNAME.
ZCOMMAND type ZSPI-DDL-INT.
ZOBJECT type ZSPI-DDL-INT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.