File Utility Program (FUP) Management Programming Manual

FUP Programmatic Interface
File Utility Program (FUP) Management Programming Manual523322-001
2-26
SPI Standard Definitions
ZSPI-TKN-COMMAND
contains the command number for these FUP programmatic commands:
CHECKSUM, DUPLICATE, GETVERSION, LOAD, LOADALTFILE, or RESTART.
ZSPI-TKN-ERROR
is the error token that is present in an error list. This token contains the FUP
subsystem ID and error number.
For more information about all FUP numbers and their associated error lists,
see Appendix B, FUP Error Messages.
ZSPI-TKN-PARM-ERR
is a parameter error token that is present in some error lists. This token identifies a
token code (Z-TOKENCODE), the occurrence number of the token (Z-INDEX), and
the byte offset of a specific field in the token (Z-OFFSET).
ZSPI-TKN-OBJECT-TYPE
contains the object-type number for the FUP object. The object-type for FUP
commands is ZFUP-OBJ-FILE (except for the GETVERSION command which is
ZFUP-OBJ-NULL).
ZSPI-TKN-RETCODE
is the return token. For a description of each FUP error number and its
corresponding error list, see Appendix B, FUP Error Messages. For ZSPI-TKN-
RETCODE values common to all FUP commands, see Table 2-7 on page 2-28.
For a list of more ZSPI-TKN-RETCODE values with their corresponding command,
see Section 3, FUP Commands and Responses.
ZSPI-TKN-SERVER-VERSION
contains the server version of the FUP subsystem.
ZSPI-TKN-SSID
contains ZFUP-VAL-SSID, the subsystem ID of the FUP subsystem. ZFUP-VAL-
SSID has this structure:
def ZFUP-VAL-SSID tacl ssid.
02 Z-FILLER type character 8
value is ZSPI-VAL-TANDEM.
02 Z-OWNER redefines Z-FILLER
type ZSPI-DDL-CHAR8.
02 Z-NUMBER type ZSPI-DDL-INT
value is ZSPI-SSN-ZFUP.
02 Z-VERSION type ZSPI-DDL-UINT
value is ZFUP-VAL-VERSION.
end.