Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to auto start a CICS trans every 5 minutes..

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS
Author Message
Jairam21

New User


Joined: 31 Jan 2008
Posts: 5
Location: USA

PostPosted: Mon Mar 24, 2008 8:52 pm    Post subject: How to auto start a CICS trans every 5 minutes..
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
References
PostPosted: Mon Mar 24, 2008 8:52 pm    Post subject: Re: How to auto start a CICS trans every 5 minutes.. Reply with quote

Marso

Active User


Joined: 13 Mar 2006
Posts: 264
Location: Israel

PostPosted: Mon Mar 24, 2008 9:37 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> CICS All times are GMT + 6 Hours
Page 1 of 1