Home
Response data - to log status information
- DataSetName (MQCFST)
- The data set name of the active log data set (parameter identifier: MQCACF_DATA_SET_NAME).
If the copy is not currently active, this is returned as blank.
The maximum length of the string is MQ_DATA_DATA_SET_NAME_LENGTH.
- FullLogs (MQCFIN)
- The total number of full active log data sets that have not yet been archived (parameter identifier: MQIACF_SYSP_FULL_LOGS).
- LogCopyNumber (MQCFIN)
- Copy number (parameter identifier: MQIACF_SYSP_LOG_COPY).
- LogRBA (MQCFST)
- The RBA of the most recently written log record (parameter identifier: MQCACF_SYSP_LOG_RBA).
The maximum length of the string is MQ_RBA_LENGTH.
- LogSuspend (MQCFIN)
- Specifies whether logging is suspended (parameter identifier: MQIACF_SYSP_LOG_SUSPEND).
The value can be:
- MQSYSP_YES
- Logging is suspended.
- MQSYSP_NO
- Logging is not suspended.
- LogUsed (MQCFIN)
- The percentage of the active log data set that has been used (parameter identifier: MQIACF_SYSP_LOG_USED).
- OffloadStatus (MQCFIN)
- Specifies the status of the offload task (parameter identifier: MQIACF_SYSP_OFFLOAD_STATUS).
The value can be:
- MQSYSP_STATUS_ALLOCATING_ARCHIVE
- The offload task is busy, allocating the archive data set. This could indicate that a tape mount request is pending.
- MQSYSP_STATUS_COPYING_BSDS
- The offload task is busy, copying the BSDS data set.
- MQSYSP_STATUS_COPYING_LOG
- The offload task is busy, copying the active log data set.
- MQSYSP_STATUS_BUSY
- The offload task is busy with other processing.
- MQSYSP_STATUS_AVAILABLE
- The offload task is waiting for work.
- QMgrStartDate (MQCFST)
- The date on which the queue manager was started, in the form yyyy-mm-dd (parameter identifier: MQCACF_SYSP_Q_MGR_DATE).
The maximum length of the string is MQ_DATE_LENGTH.
- QMgrStartRBA (MQCFST)
- The RBA from which logging began when the queue manager was started (parameter identifier: MQCACF_SYSP_Q_MGR_RBA).
The maximum length of the string is MQ_RBA_LENGTH.
- QMgrStartTime (MQCFST)
- The time that the queue manager was started, in the form hh.mm.ss (parameter identifier: MQCACF_SYSP_Q_MGR_TIME).
The maximum length of the string is MQ_TIME_LENGTH.
- TotalLogs (MQCFIN)
- The total number of active log data sets (parameter identifier: MQIACF_SYSP_TOTAL_LOGS).
Parent topic:
Inquire Log (Response)
pc12740_
Home