MQSET

Application has started the MQSET MQI function

    ObjectHandle

    Description: The object handle
    PCF Parameter: MQIACF_HOBJ
    Trace level: 1
    Type: MQCFIN

    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

    SelectorCount

    Description: The count of selectors that are supplied in the Selectors array.
    PCF Parameter: MQIACF_SELECTOR_COUNT
    Trace level: 2
    Type: MQCFIN

    Selectors

    Description: The list of attributes (integer or character) whose values are being updated by MQSET.
    PCF Parameter: MQIACF_SELECTORS
    Trace level: 2
    Type: MQCFIL

    ResolvedQName

    Description: The queue name referred to by the ObjectHandle, when ResolvedType is MQOT_Q.
    PCF Parameter: MQCACF_RESOLVED_LOCAL_Q_NAME
    Trace level: 2
    Type MQCFST
    Length: MQ_Q_NAME_LENGTH.

    ResObjectString

    Description: The object name referred to by the ObjectHandle, when ResolvedType is MQOT_TOPIC.
    PCF Parameter: MQCACF_RESOLVED_OBJECT_STRING
    Trace level: 2
    Type MQCFST
    Length: Length varies.

    ResolvedType

    Description: The type of the object referred to by the ObjectHandle. Possible values are MQOT_Q, MQOT_TOPIC, or MQOT_NONE.
    PCF Parameter: MQIACF_RESOLVED_TYPE
    Trace level: 2
    Type MQCFIN

    IntAttrCount

    Description: The number of integer attributes to be updated by the set operation.
    PCF Parameter: MQIACF_INTATTR_COUNT
    Trace level: 3
    Type: MQCFIN

    IntAttrs

    Description: The integer attribute values
    PCF Parameter: MQIACF_INT_ATTRS
    Trace level: 3
    Type: MQCFIL
    Range: This parameter is only present if IntAttrCount is > 0

    CharAttrs

    Description: The character attributes to be updated by the set operation. The values are concatenated together.
    PCF Parameter: MQCACF_CHAR_ATTRS
    Trace level: 3
    Type: MQCFST
    Range: This parameter is only included if CharAttrLength is > 0

    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