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

How to know in which cics region program is defined


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

New User


Joined: 19 Jan 2009
Posts: 63
Location: hyderabad

PostPosted: Fri Mar 27, 2015 12:40 pm
Reply with quote

Hi All,
I have a cics program which calls a sub program. I want to know in which remote region that called program is defined. Is there any command to know the region in which a program is defined. Thanks in advance!
Back to top
View user's profile Send private message
Stefan

Active User


Joined: 12 Jan 2006
Posts: 110
Location: Germany

PostPosted: Fri Mar 27, 2015 2:10 pm
Reply with quote

CEMT INQUIRE PROG(program)
will show you the remote system connection name.
CEMT INQUIRE CONNECTION(connection)
will show you the netname of the remote CICS system associated with this Connection.
Back to top
View user's profile Send private message
rikdeb

New User


Joined: 19 Jan 2009
Posts: 63
Location: hyderabad

PostPosted: Fri Mar 27, 2015 3:20 pm
Reply with quote

Thank u stefan..Will check it !
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


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

PostPosted: Sat Mar 28, 2015 5:43 am
Reply with quote

see if this helps.
ibmmainframes.com/viewtopic.php?t=60840&postdays=0&postorder=asc&start=15
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