MQCONN and MQCONNX

Application has started the MQCONN or MQCONNX MQI function

    ConnectionId

    Description: The Connection ID if available or MQCONNID_NONE if not
    PCF Parameter: MQBACF_CONNECTION_ID
    Trace level: 1
    Type: MQCFBS
    Maximum length: MQ_CONNECTION_ID_LENGTH

    QueueManagerName

    Description: The (unresolved) name of the queue manager used in the MQCONN(X) call
    PCF Parameter: MQCA_Q_MGR_NAME
    Trace level: 1
    Type: MQCFST
    Maximum length: MQ_Q_MGR_NAME_LENGTH

    CompCode

    Description: The completion code indicating the result of the operation
    PCF Parameter: MQIACF_COMP_CODE
    Trace level: 1
    Type: MQCFIN

    Reason

    Description: The reason code result of the operation
    PCF Parameter: MQIACF_REASON_CODE
    Trace level: 1
    Type: MQCFIN

    ConnectOptions

    Description: Connect Options Derived from MQCNO_* values Note: MQCONNX only
    PCF Parameter: MQIACF_CONNECT_OPTIONS
    Trace level: 2
    Type: MQCFIN

    ConnectionOptionsStructure

    Description: The MQCNO structure. Note: MQCONNX only)
    PCF Parameter: MQBACF_MQCNO_STRUCT
    Trace level: 3
    Type: MQCFBS
    Maximum length: The length in bytes of the MQCNO structure (actual size depends on structure version)

    ChannelDefinitionStructure

    Description: The MQCD structure. Note: Client connections only
    PCF Parameter: MQBACF_MQCD_STRUCT
    Trace level: 3
    Type: MQCFBS
    Maximum length: The length in bytes of the MQCD structure (actual size depends on structure version)

    QMgrOpDuration

    Description: Approximate API call duration, in microseconds, within the queue manager. The duration does not include the time spent outside of the queue manager. For example, the time taken as an IBM MQ client. Note: The accuracy of this timer varies according to the platform that your enterprise uses.
    PCF Parameter: MQIAMO64_QMGR_OP_DURATION
    Trace level: 2
    Type MQCFIN64

Parent topic: Variable parameters for application activity MQI operations