File Utility Program (FUP) Management Programming Manual

FUP Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
B-89
100: ZFUP-ERR-REST-TOOMANY-FILES
100: ZFUP-ERR-REST-TOOMANY-FILES
An application specified more than one source file for the ZFUP-TKN-SOURCE-FILE
token for a DUPLICATE command (with the restartable option specified).
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the FUP subsystem ID and the
error number ZFUP-ERR-REST-TOOMANY-FILES (100). This token is always in
the error list.
ZFUP-MAP-CMD-ERROR
is a structured token with these fields:
ZNAME
is the source file template that caused the error.
ZCOMMAND
is the number of the command that caused the error. Its value is ZFUP-CMD-
DUPLICATE (2).
ZOBJECT
is the object type. Its value is ZFUP-OBJ-FILE (1).
Recommended Action
Execute the DUPLICATE command (without the restartable option) to duplicate more
than one source file with a single command. If you require the restartable option,
execute a DUPLICATE command for each source file.
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.