Hi All,
I am using QMHLSTM api to retrieve messages that are waiting for reply in *SYSOPR message queue. I can populate a PF with the following data
1) Msg key
2) Msg data
3) Msg sev
4) Msg date and time.
To get the msg data, I used "Valid field identifiers" setting as 302 as "eval qmhifr03=302"
But I dont know how to populate the qualified job name that thrown the message. When I verified the API instructions, I could find the valid field identifier should be set as "601". Could any one please let me know how to use both the identifiers in the same call?
I can post more details if required. Thanks..
Regu
I am using QMHLSTM api to retrieve messages that are waiting for reply in *SYSOPR message queue. I can populate a PF with the following data
1) Msg key
2) Msg data
3) Msg sev
4) Msg date and time.
To get the msg data, I used "Valid field identifiers" setting as 302 as "eval qmhifr03=302"
PHP Code:
c eval qmhifr03=302
c eval qmhNBRFR05=1
c eval size=%size(QMHT010000)
c eval qmhOMQN00=56
c eval qmhOSMK00=76
c eval qmhOFR00=80
* List Nonprogram Messages
c exsr sr_reset
c call 'QMHLSTM'
c parm qualnam
c parm 'LSTM0100' format1
c parm QMHT010000
c parm size
c parm 'MSLT0100' format2
c parm qusec
I can post more details if required. Thanks..
Regu







Comment