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

How to auto start a CICS trans every 5 minutes..


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

New User


Joined: 31 Jan 2008
Posts: 5
Location: USA

PostPosted: Mon Mar 24, 2008 8:52 pm
Reply with quote

Hi,
I have a question. I need to execute a program/transaction every 5 minutes automatically when the CICS starts in AM time. We need to use/code ICE in the program. Please let me know what parameters we need to pass/code changes etc.

Jai
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon Mar 24, 2008 9:37 pm
Reply with quote

I think there are different ways to start a transaction when CICS goes up.
Check with your CICS admin.

For the "every 5 minutes" bit, consider using:
Code:
EXEC CICS START TRANSID('XXXX')
    AFTER MINUTES(5)
END-EXEC

just before the RETURN to CICS
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 How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top