MQCMD_INQUIRE_NAMELIST_NAMES (Inquire Namelist Names) Response

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

[z/OS]
Additionally, on z/OS® only, the QSGDispositions structure (with the same number of entries as the NamelistNames structure) is returned. Each entry in this structure indicates the disposition of the object with the corresponding entry in the NamelistNames structure.
Always returned:
NamelistNames , [z/OS] QSGDispositions
Returned if requested:
None

Response data

NamelistNames (MQCFSL)
List of namelist names (parameter identifier: MQCACF_NAMELIST_NAMES).
[z/OS]QSGDispositions (MQCFIL)
List of queue sharing group dispositions (parameter identifier: MQIACF_QSG_DISPS). This parameter is valid only on 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_GROUP is permitted only in a shared queue environment.
MQQSGD_Q_MGR
The object is defined as MQQSGD_Q_MGR.