File Utility Program (FUP) Management Programming Manual

FUP Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
3-30
LOAD Command
ZSPI-TKN-MAXRESP, ZSPI-TKN-RESPONSE-TYPE, ZSPI-TKN-ALLOW-TYPE
are standard SPI response-control tokens. If you can set these tokens, they have
no effect on the execution of the command.
ZSPI-TKN-COMMENT
is the standard SPI token that allows you to include an 80-byte arbitrary comment
in the command buffer. Although FUP ignores ZSPI-TKN-COMMENT in the
command buffer, the token can be useful when you are debugging an application.
Tokens in the Response Buffer
ZFUP-TKN-FILE
is the name of the file on which the command was attempted. The file name is in
the Guardian internal file-name format. This token is returned with every response.
ZSPI-TKN-RETCODE
is the standard SPI return token that is returned in the response buffer by all
Compaq subsystems. ZSPI-TKN-RETCODE contains zero if the command was
successful or an error number if an error occurred.
Table 3-3 shows the ZSPI-TKN-RETCODE values specific to the LOAD command .
Note. Table 2-7, Errors Returned by All FUP Commands, on page 2-28 shows the ZSPI-TKN-
RETCODE values common to all FUP commands.
Table 3-3. Errors Returned by LOAD (page 1 of 2)
Error
Number
Symbolic Name
(ZFUP-ERR-) Description
22 BAD-PARTS FUP detected invalid partition parameters.
23 BAD-TAPELABEL FUP detected an invalid tape label.
24 BAD-VAR-BLOCKLEN FUP detected an invalid block length for a variable-
length record.
25 BAD-VAR-RECLEN FUP detected an invalid variable-length record.
26 BLOCKIN-CONFLICT FUP detected a conflict with the block length.
27 BLOCKLEN-BIG FUP detected a block length that is too large.
28 DEFINE-CONFLICT FUP encountered a TAPE DEFINE conflict with
ZBLOCK-SIZE or ZRECORD-SIZE.
33 EBCDICIN-CONFLICT FUP encountered a TAPE DEFINE conflict with
ZEBCDIC.
35 EMPTY-SOURCE The source file is empty.
38 IGN-COMPACT FUP ignored the ZCOMPACT option.
42 INCON-PARTS FUP detected inconsistent partition files.