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

How do you find the transaction id of a CICS program?


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mrspredeep

New User


Joined: 30 Jun 2010
Posts: 28
Location: USA

PostPosted: Wed Oct 19, 2011 11:50 pm
Reply with quote

I need to execute a CICS program in intertest.
How do i find the transaction id of the CICS program, to initate the program in Intertest?
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Oct 20, 2011 1:44 am
Reply with quote

You might try posting this in the JCL FORUM also.
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: Thu Oct 20, 2011 1:48 am
Reply with quote

How about
Code:
CEMT I TRANS(*) PROG(XXXXXXXX)
Back to top
View user's profile Send private message
Mrspredeep

New User


Joined: 30 Jun 2010
Posts: 28
Location: USA

PostPosted: Thu Oct 20, 2011 2:03 am
Reply with quote

Thanks! that worked.

I have to solve the next problem, ie how to make the control stop within my program,when the program is called from the front-end (powerbuilder).
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Oct 20, 2011 2:19 am
Reply with quote

From a clear screen, enter ===> CEDX "Transid" (if you have authority).

CEDX is the transaction-monitor equivalent of CEDF (terminal-monitor), introduced with CICS/ESA 4.1.

Is this Production or non-Production?

Hopefully, the latter....

Mr. Bill
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
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
Search our Forums:

Back to Top