File Utility Program (FUP) Management Programming Manual

ORSERV Error Messages
File Utility Program (FUP) Management Programming Manual523322-001
C-6
5: ZORS-ERR-MISS-FIELD
5: ZORS-ERR-MISS-FIELD
A required field of a structured token has a null value.
Tokens
ZSPI-TKN-ERROR
is the standard SPI error token, which consists of the ORSERV subsystem ID and
the error number ZORS-ERR-MISS-FIELD (5). This token is always in the error
list.
ZSPI-TKN-PARM-ERR
is the standard SPI parameter error token, which contains these fields:
Z-TOKENCODE
is the token code that caused the error.
Z-INDEX
is the occurrence number of the token that caused the error.
Z-OFFSET
is the byte offset of the field that caused the error.
Recommended Action
Determine the field that has a null value from the Z-TOKENCODE and Z-OFFSET
tokens in the error list. Supply a value for this field and retry the command.
ZSPI-TKN-ERRLIST token-type ZSPI-TYP-LIST.
ZSPI-TKN-ERROR token-type ZSPI-TYP-ERROR.
ZSPI-TKN-PARM-ERR
Z-TOKENCODE type ZSPI-DDL-TOKENCODE.
Z-INDEX type ZSPI-DDL-UINT.
Z-OFFSET type ZSPI-DDL-UINT.
ZSPI-TKN-ENDLIST token-type ZSPI-TYP-SSCTL.