View previous topic :: View next topic |
Author |
Message |
help_me Beginner
Joined: 03 Oct 2003 Posts: 11 Topics: 4
|
Posted: Wed Oct 08, 2003 7:52 pm Post subject: START TRANID During CICS START/RESTART |
|
|
Hi,
We would like to START a Transaction at Morning 7.00 A.M on Business Days.
Please let us know what are the Different ways of doing this.
This Transaction Starts itself for every 2 Mins of Interval of Time Till 6.00 P.M.
Please clarify If CICS is Down during Day after Time in between, How do we Restart the Transaction Or It would Re-start it's Own?.
Is there any way of Defining the Transaction to Run during CICS STARTUP (First Time).
Thank you |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12383 Topics: 75 Location: San Jose
|
Posted: Thu Oct 09, 2003 4:30 am Post subject: |
|
|
Helpme,
My CICS knowledge is a little rusty. so bear with me.I beleive that there are many ways of starting a transaction at 7:00 am on business days
1. If your shop has a schedueling software like CA-7,CONTROL-M schedule a job that starts a task using the batch CICS commands
2. You can trigger a CICS transaction from a batch program or JCL using the EXCI interface.( I answered about this a few days back)
3.You can put a program in the PLT(Program list table) which will issue a START for the target transaction. The list of programs selected for execution during initialization is referred to as the 'PLTPI' list
check this link for a detailed explanation of PLT--program list table
Quote: |
Please clarify If CICS is Down during Day after Time in between, How do we Restart the Transaction Or It would Re-start it's Own?.
Is there any way of Defining the Transaction to Run during CICS STARTUP (First Time).
|
Refer PLT for specifying a list of programs that you wish to be executed in the second and/or third initialization stages of CICS startup
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
help_me Beginner
Joined: 03 Oct 2003 Posts: 11 Topics: 4
|
Posted: Thu Oct 09, 2003 9:34 pm Post subject: |
|
|
Hi Kolusu,
Thank you.
I have inquired with my CICS Support and they said we can Add the Transaction to the CICS Sequential Reader and the Transaction will durin the CICS START/RESTART.
Please let me know if you have any Idea abt CICS Sequential Reader.
Thank you |
|
Back to top |
|
 |
|
|