Home
Inquire CF Structure Status (Response)
Compaq NonStop Kernel HP OpenVMS i5/OS UNIX systems Windows z/OS X
The response to the Inquire CF Structure Status (MQCMD_INQUIRE_CF_STRUC_STATUS) command consists of the response header followed by the CFStrucName and CFStatusType structures and a set of attribute parameter structures determined by the value of CFStatusType in the Inquire command.
- Always returned:
- CFStrucName, CFStatusType.
CFStatusType 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.
- Returned if CFStatusType is MQIACF_CF_STATUS_SUMMARY:
- CFStrucStatus, CFStrucType, EntriesMax, EntriesUsed, FailDate, FailTime, SizeMax, SizeUsed
- Returned if CFStatusType is MQIACF_CF_STATUS_CONNECT:
- CFStrucStatus, FailDate, FailTime, QMgrName, SysName
- Returned if CFStatusType is MQIACF_CF_STATUS_BACKUP:
- BackupDate, BackupEndRBA, BackupSize, BackupStartRBA, BackupTime, CFStrucStatus, FailDate, FailTime, LogQMgrNames, QmgrName
Parent topic:
Definitions of the Programmable Command Formats
pc12130_
Home