MQ

MQ

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Inquire Connection (Response) on z/OS

    Posted Wed January 24, 2024 02:10 PM

    Manual list  MQCACF_TRANSACTION_ID for representing  CICS transaction ID and MQCACF_PSB_NAME and IMS PSB name.

    which parameter(s) would show us the Job name for connection type BATCH,  RRS  and  User Application.



    ------------------------------
    Debabrata Ghosh
    ------------------------------


  • 2.  RE: Inquire Connection (Response) on z/OS

    Posted Wed January 24, 2024 11:23 PM

    Hi Deb,

    The MQCACF_APPL_TAG parameter is the one that contains the job name.

    This is more clearly described in the equivalent MQSC command, DISPLAY CONN, where the MQSC parameter is called APPLTAG.

    The IBM Docs page about DISPLAY CONN says this about APPLTAG which hopefully makes it clearer.

    APPLTAG

    A string containing the tag of the application connected to the queue manager. It is one of the following:

        •  z/OS batch job name
        • TSO USERID
        • CICS APPLID
        • IMS region name
        • Channel initiator job name
        • IBM i job name
        • UNIX process
        • Windows process
        • Internal queue manager process name

    Sometimes it is necessary to review both the MQSC and PCF documentation to fully understand what the parameters contain.

    Cheers,
    Morag



    ------------------------------
    Morag Hughson
    MQ Technical Education Specialist
    MQGem Software Limited
    Website: https://www.mqgem.com
    ------------------------------



  • 3.  RE: Inquire Connection (Response) on z/OS

    Posted Thu January 25, 2024 08:13 AM

    Hi Morag,

        thank you.

    deb 



    ------------------------------
    Debabrata Ghosh
    ------------------------------