IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

parmeter existence bit for URIMAP in EXEC CICS WEB SEND cmd


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ashokkumar.selvaraj

New User


Joined: 07 Sep 2020
Posts: 1
Location: indai

PostPosted: Mon Sep 07, 2020 2:14 pm
Reply with quote

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.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Wed Sep 09, 2020 1:01 am
Reply with quote

Isn't it so simple to search in the same listing ws-urimap and you will get what you looking for ?

Please use code tags when representing code or data.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts JCL EXEC PARM data in C Java & MQSeries 2
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top