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

Using ICE chain in APPlication program


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

New User


Joined: 20 May 2010
Posts: 75
Location: India

PostPosted: Fri Aug 02, 2013 1:04 pm
Reply with quote

Hi

I have a program that START a transaction TRANB with a delay of 10 mins. I know that all the trasaction with START DELAY will be placed in ICE chain. Now i want to modify my program in a way that it checks if there is already any transaction ICE chain before i issue a START TRANB again.

How can i check through my application program if a transaction is already in ICE chain. I checked the manuals but didnt get any clue.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Aug 02, 2013 3:31 pm
Reply with quote

do a search on ICE in the CICS forum.
I seem to remember (one or two years ago)
a thread about this.
you could also search on Bill Boyle, as he usually answers CICS questions.

which manuals did you check. did you look at the RED Books?
also, i would suggest googling ICE Chains in CICS.
Back to top
View user's profile Send private message
akodakka

New User


Joined: 20 May 2010
Posts: 75
Location: India

PostPosted: Fri Aug 02, 2013 3:34 pm
Reply with quote

Hi

Yes i searched in google but didn't get any API commands for this. I only got the expalanation and how to see ICE using OMEGAMON.

Let me search in our forum also

Thanks
Anoop
Back to top
View user's profile Send private message
akodakka

New User


Joined: 20 May 2010
Posts: 75
Location: India

PostPosted: Fri Aug 02, 2013 4:01 pm
Reply with quote

Hi

I didn't get any thread for this. Any one have any insight about this?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Aug 02, 2013 4:16 pm
Reply with quote

Have you looked at the EXEC CICS INQUIRE REQID command? These a section where browsing the REQIDs is mentioned.

Garry
Back to top
View user's profile Send private message
colin777

New User


Joined: 06 Jun 2013
Posts: 19
Location: Singapore

PostPosted: Thu Aug 15, 2013 12:27 pm
Reply with quote

I would concur with Garry. Make sure that when you issue the START for TRNB transaction, that you include a unique REQID in the command.

Then as Garry receommends, in the program that issues the START, before this Start, issue an : EXEC CICS INQUIRE REQID for this unique REQID. If found, then bypass your START

HTH

Colin777
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 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top