MQCMD_INQUIRE_PROCESS_NAMES (Inquire Process Names) Response

The response to the Inquire Process Names (MQCMD_INQUIRE_PROCESS_NAMES) PCF command consists of the response header followed by a single parameter structure giving zero or more names that match the specified process name.

Additionally, on z/OS® only, a parameter structure QSGDispositions is returned. This parameter structure has the same number of entries as the ProcessNames structure.. Each entry in this structure indicates the disposition of the object with the corresponding entry in the ProcessNames structure.

This response is not supported on Windows.

Always returned:
ProcessNames, QSGDispositions
Returned if requested:
None

Response data

ProcessNames (MQCFSL)
List of process names (parameter identifier: MQCACF_PROCESS_NAMES).
QSGDispositions (MQCFIL)
List of queue sharing group dispositions (parameter identifier: MQIACF_QSG_DISPS). This parameter applies only to z/OS. Possible values for fields in this structure are:
MQQSGD_COPY
The object is defined as MQQSGD_COPY.
MQQSGD_GROUP
The object is defined as MQQSGD_GROUP.
MQQSGD_Q_MGR
The object is defined as MQQSGD_Q_MGR.