Inquire Namelist Names (Response)

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

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 , QSGDispositions

    Returned if requested:
    None


Response data

    NamelistNames (MQCFSL)
    List of namelist names (parameter identifier: MQCACF_NAMELIST_NAMES).

    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.