File Utility Program (FUP) Management Programming Manual

ORSERV Commands and Responses
File Utility Program (FUP) Management Programming Manual523322-001
5-14
Tokens in the Response Buffer
ZORS-MAP-STATUS-RESPONSE
is a structured token that specifies the status of the reload operation. Only one of
these tokens is returned in a response buffer. The fields are as follows:
ZSTATUS-AVAILABLE
is a Boolean field with these values:
ZSPI-VAL-TRUE
The status information is available, and ORSERV returns meaningful
values for the remaining fields.
ZSPI-VAL-FALSE
The status information is not available, and ORSERV returns values set by
the SSNULL procedure for the remaining fields.
ZACTIVE
is a Boolean field with these values:
ZSPI-VAL-TRUE
The reload operation is currently active.
ZSPI-VAL-FALSE
The reload operation is not active.
ZINITIATION-TIMESTAMP
is a Julian timestamp that specifies when the reload operation was first started.
ZSUSPENSION-TIMESTAMP
is a Julian timestamp that specifies when the reload operation was last suspended
(if it was suspended).
ZABEND-TIMESTAMP
is a Julian timestamp that specifies when the reload operation abended (if it
abended).
ZRESUMPTION-TIMESTAMP
is a Julian timestamp that specifies when the reload operation was last
resumed after it was suspended (if it was suspended).
ZCOMPLETION-TIMESTAMP
is a Julian timestamp that specifies when the reload operation finished (if it
completed).