File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-45
48: ZFUP-ERR-NO-EXTSIZE
48: ZFUP-ERR-NO-EXTSIZE
An application attempted to duplicate a relative or entry-sequenced file with a new
extent size and ZPART-ONLY set to ZSPI-VAL-TRUE.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-NO-EXTSIZE (48). 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. You cannot specify the extent size if converting relative or entry-
sequenced files with ZPART-ONLY set to ZSPI-VAL-TRUE. Resend the command
without specifying an extent size.
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.