[z/OS]

MQCMD_INQUIRE_SMDSCONN (Inquire SMDS Connection) Response on z/OS®

The response to the Inquire SMDS Connection (MQCMD_INQUIRE_SMDSCONN) PCF command returns status and availability information about the connection between the queue manager and the shared message data sets for the specified CFStrucName.

Response data

SMDSCONN (MQCFST)
The queue manager which owns the SMDS for which the connection information is returned (parameter identifier: MQCACF_CF_SMDSCONN).
CFStrucName (MQCFST)
The name of the CF application structure with SMDS connections properties that you want to inquire on (parameter identifier: MQCA_CF_STRUC_NAME).

The maximum length of the string is MQ_CF_STRUC_NAME_LENGTH.

Avail (MQCFIN)
The availability of this data set connection as seen by this queue manager (parameter identifier MQIACF_SMDS_AVAIL).
This is one of the following values:
MQS_AVAIL_NORMAL
The connection can be used and no error has been detected.
MQS_AVAIL_ERROR
The connection is unavailable because of an error.

The queue manager may try to enable access again automatically if the error may no longer be present, for example when recovery completes or the status is manually set to RECOVERED. Otherwise, it can be enabled again using the START SMDSCONN command in order to retry the action which originally failed.

MQS_AVAIL_STOPPED
The connection cannot be used because it has been explicitly stopped using the STOP SMDSCONN command. It can only be made available again by using a START SMDSCONN command to enable it.
ExpandST (MQCFIN)
The data set automatic expansion status (parameter identifier MQIACF_SMDS_EXPANDST).
This is one of the following values:
MQS_EXPANDST_NORMAL
No problem has been noted which would affect automatic expansion.
MQS_EXPANDST_FAILED
A recent expansion attempt failed, causing the DSEXPAND option to be set to NO for this specific data set. This status is cleared when ALTER SMDS is used to set the DSEXPAND option back to YES or DEFAULT.
MQS_EXPANDST_MAXIMUM
The maximum number of extents has been reached, so future expansion is not possible (except by taking the data set out of service and copying it to larger extents).
OpenMode (MQCFIN)
Indicates the mode in which the shared message data set is currently open by this queue manager (parameter identifier MQIACF_SMDS_OPENMODE).
This is one of the following values:
MQS_OPENMODE_NONE
The shared message data set is not open.
MQS_OPENMODE_READONLY
The shared message data set is owned by another queue manager, and is open for read-only access.
MQS_OPENMODE_UPDATE
The shared message data set is owned by this queue manager, and is open for update access.
MQS_OPENMODE_RECOVERY
The shared message data set is open for recovery processing
Status (MQCFIN)
Indicates the shared message data set connection status as seen by this queue manager parameter identifier MQIACF_SMDS_STATUS).
This is one of the following values:
MQS_STATUS_CLOSED
This data set is not currently open.
MQS_STATUS_CLOSING
This queue manager is currently in the process of closing this data set, including quiescing normal I/O activity and storing the saved space map if necessary.
MQS_STATUS_OPENING
This queue manager is currently in the process of opening and validating this data set (including space map restart processing when necessary).
MQS_STATUS_OPEN
This queue manager has successfully opened this data set and it is available for normal use.
MQS_STATUS_NOTENABLED
The SMDS definition is not in the ACCESS(ENABLED) state so the data set is not currently available for normal use. This status is only set when the SMDSCONN status does not already indicate some other form of failure.
MQS_STATUS_ALLOCFAIL
This queue manager was unable to locate or allocate this data set.
MQS_STATUS_OPENFAIL
This queue manager was able to allocate the data set but was unable to open it, so it has now been deallocated.
MQS_STATUS_STGFAIL
The data set could not be used because the queue manager was unable to allocate associated storage areas for control blocks, or for space map or header record processing.
MQS_STATUS_DATAFAIL
The data set was successfully opened but the data was found to be invalid or inconsistent, or a permanent I/O error occurred, so it has now been closed and deallocated.

This might result in the shared message data set itself being marked as STATUS(FAILED).