Home
Response data
- BackupDate (MQCFST)
- The date, in the form yyyy-mm-dd, on which the last successful backup was taken for this CF application structure (parameter identifier: MQCACF_BACKUP_DATE).
The maximum length of the string is MQ_DATE_LENGTH.
- BackupEndRBA (MQCFST)
- The backup dataset end RBA for the end of the last successful backup taken for this CF application structure (parameter identifier: MQCACF_CF_STRUC_BACKUP_END).
The maximum length of the string is MQ_RBA_LENGTH.
- BackupSize (MQCFIN)
- The size, in megabytes, of the last successful backup taken for this CF application structure (parameter identifier: MQIACF_CF_STRUC_BACKUP_SIZE).
- BackupStartRBA (MQCFST)
- The backup dataset start RBA for the start of the last successful backup taken for this CF application structure (parameter identifier: MQCACF_CF_STRUC_BACKUP_START).
The maximum length of the string is MQ_RBA_LENGTH.
- BackupTime (MQCFST)
- The end time, in the form hh.mm.ss, of the last successful backup taken for this CF application structure (parameter identifier: MQCACF_BACKUP_TIME).
The maximum length of the string is MQ_TIME_LENGTH.
- CFStatusType (MQCFIN)
- Status information type (parameter identifier: MQIACF_CF_STATUS_TYPE).
Specifies the type of status information being returned. The value can be:
- MQIACF_CF_STATUS_SUMMARY
- Summary status information for the CF application structure. This is the default.
- MQIACF_CF_STATUS_CONNECT
- Connection status information for each CF application structure for each active queue manager.
- MQIACF_CF_STATUS_BACKUP
- Backup status information for each CF application structure.
- CFStrucName (MQCFST)
- CF Structure name (parameter identifier: MQCA_CF_STRUC_NAME).
The maximum length is MQ_CF_STRUC_NAME_LENGTH.
- CFStrucStatus (MQCFIN)
- CF Structure status (parameter identifier: MQIACF_CF_STRUC_STATUS).
The status of the CF application structure. If CFStatusType is MQIACF_CF_STATUS_SUMMARY, the value can be:
- MQCFSTATUS_ACTIVE
- The structure is active.
- MQCFSTATUS_FAILED
- The structure has failed.
- MQCFSTATUS_NOT_FOUND
- The structure is not allocated in the CF, but has been defined to DB2.
- MQCFSTATUS_IN_BACKUP
- The structure is in the process of being backed up.
- MQCFSTATUS_IN_RECOVER
- The structure is in the process of being recovered.
- MQCFSTATUS_UNKNOWN
- The status of the CF structure is unknown because, for example, DB2 may be unavailable.
If CFStatusType is MQIACF_CF_STATUS_CONNECT, the value can be:
- MQCFSTATUS_ACTIVE
- The structure is connected to this queue manager.
- MQCFSTATUS_FAILED
- The queue manager connection to this structure has failed.
- MQCFSTATUS_NONE
- The structure has never been connected to this queue manager.
If CFStatusType is MQIACF_CF_STATUS_BACKUP, the value can be:
- MQCFSTATUS_ACTIVE
- The structure is active.
- MQCFSTATUS_FAILED
- The structure has failed.
- MQCFSTATUS_NONE
- The structure has never been backed up.
- MQCFSTATUS_IN_BACKUP
- The structure is in the process of being backed up.
- MQCFSTATUS_IN_RECOVER
- The structure is in the process of being recovered.
- CFStrucType (MQCFIN)
- CF Structure type (parameter identifier: MQIACF_CF_STRUC_TYPE).
The value can be:
- MQCFTYPE_ADMIN
- This is the CF administration structure.
- MQCFTYPE_APPL
- This is a CF application structure.
- EntriesMax (MQCFIN)
- Number of CF list entries defined for this CF application structure (parameter identifier: MQIACF_CF_STRUC_ENTRIES_MAX).
- EntriesUsed (MQCFIN)
- Number of CF list entries defined for this CF application structure that are in use (parameter identifier: MQIACF_CF_STRUC_ENTRIES_USED).
- FailDate (MQCFST)
- The date, in the form yyyy-mm-dd, on which this CF application structure failed (parameter identifier: MQCACF_FAIL_DATE).
If CFStatusType is MQIACF_CF_STATUS_CONNECT, this is the date on which the queue manager lost connectivity to this application structure. For the other values of CFStatusType, this is the date on which this CF application structure failed. This parameter is only applicable when CFStrucStatus is MQCFSTATUS_FAILED or MQCFSTATUS_IN_RECOVER.
The maximum length of the string is MQ_DATE_LENGTH.
- FailTime (MQCFST)
- The time, in the form hh.mm.ss, that this CF application structure failed (parameter identifier: MQCACF_FAIL_TIME).
If CFStatusType is MQIACF_CF_STATUS_CONNECT, this is the time that the queue manager lost connectivity to this application structure. For the other values of CFStatusType, this is the time that this CF application structure failed. This parameter is only applicable when CFStrucStatus is MQCFSTATUS_FAILED or MQCFSTATUS_IN_RECOVER.
The maximum length of the string is MQ_TIME_LENGTH.
- LogQMgrNames (MQCFSL)
- A list of queue managers, the logs of which are required to perform a recovery (parameter identifier: MQCACF_CF_STRUC_LOG_Q_MGRS).
The maximum length of each name is MQ_Q_MGR_NAME_LENGTH.
- QMgrName (MQCFST)
- Queue manager name (parameter identifier: MQCA_Q_MGR_NAME).
This is the name of the queue manager. If CFStatusType is MQIACF_CF_STATUS_BACKUP, this is the name of the queue manager that took the last successful backup.
The maximum length is MQ_Q_MGR_NAME_LENGTH.
- SizeMax (MQCFIN)
- Size of the CF application structure (parameter identifier: MQIACF_CF_STRUC_SIZE_MAX).
This is the size, in kilobytes, of the CF application structure.
- SizeUsed (MQCFIN)
- Percentage of the CF application structure that is in use (parameter identifier: MQIACF_CF_STRUC_SIZE_USED).
This is the percentage of the size of the CF application structure that is in use.
- SysName (MQCFST)
- Queue manager name (parameter identifier: MQCACF_SYSTEM_NAME).
This is the name of the z/OS image of the queue manager that last connected to the CF application structure.
The maximum length is MQ_SYSTEM_NAME_LENGTH.
Parent topic:
Inquire CF Structure Status (Response)
pc12140_
Home