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

EXCI on CICS Map program


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Suceender Kumar

New User


Joined: 10 Jan 2008
Posts: 29
Location: Chennai, India

PostPosted: Fri May 24, 2013 5:04 pm
Reply with quote

Hi,

Can you please explain in high level on how EXCI execute on a CICS program that is having a MAP. For example in new customer addition screen, if we invoke this screen transaction through non CICS Application program or through a COBOL batch program to make an entry how the SEND and RECEIVE map command will react. Whether it will have any special control on SEND and RECEIVE command when it is triggered through EXCI? Or EXCI executing CICS program should not have any MAP in it?

I am new to this EXCI. Please excuse if it doesn’t make sense.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri May 24, 2013 6:17 pm
Reply with quote

If you click on the IBM Manuals link at the top of the page, find the CICS TS/zOS Application Programming Guide manual, and start looking at EXCI, you will (eventually) find section 3.11.4.3.8 and Table 23, which provides you a list of the CICS API commands that cannot be used with EXCI (also called distributed program link or DPL) programs. All forms of RECEIVE and SEND MAP are explicitly NOT allowed in an EXCI program. So the answer to your questions is that since the EXCI interface won't allow use of any map commands, the issue does not exist.
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Fri May 24, 2013 6:36 pm
Reply with quote

From my personal experince what you could do is have input and output file and read from and write to them pretending it to be like COMMAREA so you know the values which is sent and received.
Back to top
View user's profile Send private message
Suceender Kumar

New User


Joined: 10 Jan 2008
Posts: 29
Location: Chennai, India

PostPosted: Mon May 27, 2013 10:57 am
Reply with quote

All,

Thank you so much! Your input is Informative!
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 Parallelization in CICS to reduce res... CICS 4
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top