ashokkumar.selvaraj
New User
Joined: 07 Sep 2020 Posts: 1 Location: indai
|
|
|
|
in XEIOUT exit program ,I need to capture URIMAP name that is given as a parameter in EXEC CICS WEB SEND command.
I am unable to find out, in argument 0 , how we need to check for the existence of URIMAP parameter in the list of EXEC CICS WEB SEND command parameters .
below is a EXEC WEB SEND command with its compiled listing. Just for reference.
*EXEC CICS WEB SEND
* URIMAP(ws-urimap)
* FROM(ws-applid)
* FROMLENGTH(length of ws-applid)
* CHUNKING(736)
* SESSTOKEN(ws-sesstoken)
* RESP(ws-resp) RESP2(ws-resp2)
* END-EXEC.
Call 'DFHEI1' using by content x'38040440270440000e0000000000
- '00f0f0f1f9f6404040' by content x'0000' by content x'0000' by
content x'0000' by content x'0000' by content x'0000' by
content x'000002e0' by content x'0000' by content x'0000' by
content x'0000' by reference ws-sesstoken by content x'0000'
by content x'0000' by content x'0000' by content x'0000' by
content x'0000' by content x'0000' by content x'0000' by
content x'0000' by content x'0000' by content x'0000' by
content x'0000' by content x'0000' by content x'0000' by
content x'0000' by content x'0000' by content x'0000' by
content x'0000' by content x'0000' by reference ws-applid by
content length of ws-applid by reference ws-urimap end-call
Please help to get information about it, Thanks in advance. |
|