Hi,
Do we have option in CA-7 like TWS to create application which contains series of jobs.
Requirement -a) Create an application AAA which contains 10 jobs for claims processing.( AAA contains A1,A2..A10 series of jobs run one after other)
b) Trigger application on event base ( like file received )
c) Application AAA should not run , if previous application is running
Thx
CA-7 Application ID (Multiple jobs in sequence)
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: CA-7 Application ID (Multiple jobs in sequence)
CA-7 allows you to trigger a job depending on various circumstances (including creation of a data set). So you will have CA-7 trigger your first job based upon the creation of the data set. The second job will be triggered by the (successful?) completion of the first job, the third job will be triggered by the (successful?) completion of the third job, and so forth. Read the CA-7 manual on data set triggers and job dependency.
-
- Posts: 3
- Joined: Tue Sep 15, 2015 8:19 pm
- Skillset: COBOL+CICS+VSAM+JCL+DB2
- Referer: Thru internet
Re: CA-7 Application ID (Multiple jobs in sequence)
Thank you , My question more related to bundle as application rather than scheduling .
Event 1 trigger -then AAA will start A1->A2->A3->A4.....
While above series is in process , if we receive one more event ..then next series will kick off ..i dont want that
In TWS scheduler u can define all jobs ( A1-A10 ) as application and you can control at application level..
Event 1 trigger -then AAA will start A1->A2->A3->A4.....
While above series is in process , if we receive one more event ..then next series will kick off ..i dont want that
In TWS scheduler u can define all jobs ( A1-A10 ) as application and you can control at application level..
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: CA-7 Application ID (Multiple jobs in sequence)
CA-7 and TWS are different products from different vendors, and as such each will have features the other does not. Unless it has been added in a recent release, as far as I know CA-7 does not support applications the way TWS does.
Have you contacted the vendor to ask your question? If not, why not? If your site has a license for CA-7, you are entitled to support and CA could answer your question MUCH better than anyone on a forum.
Have you contacted the vendor to ask your question? If not, why not? If your site has a license for CA-7, you are entitled to support and CA could answer your question MUCH better than anyone on a forum.
-
- Posts: 130
- Joined: Tue Feb 01, 2011 7:12 pm
- Skillset: JCL, TWS, IBM Utilities
- Referer: Found on web
Re: CA-7 Application ID (Multiple jobs in sequence)
It's a long, long time since I've used CA7, but if I understand correctly you just want to ensure that one "application", i.e.; sequence of jobs, does not start until the previous one has finished.
So, the first job in your suite should be dependent on the last job in the previous suite. This can easily be accomplished in CA7 regardless of the cause of the initial trigger. From memory, I seem to recall that specifying a LEADTIME of 0 means that the predecessor job must have run since the last run of the successor job, i.e.; they will always run in the sequence first job > last job > first job > last job, etc., regardless of the time frames involved.
So, the first job in your suite should be dependent on the last job in the previous suite. This can easily be accomplished in CA7 regardless of the cause of the initial trigger. From memory, I seem to recall that specifying a LEADTIME of 0 means that the predecessor job must have run since the last run of the successor job, i.e.; they will always run in the sequence first job > last job > first job > last job, etc., regardless of the time frames involved.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 1184
-
by stel
View the latest post
Wed Sep 21, 2022 1:06 pm
-
- 0
- 988
-
by biswajit
View the latest post
Mon Mar 03, 2025 8:54 pm
-
- 11
- 3925
-
by Pedro
View the latest post
Tue Apr 27, 2021 10:06 am
-
- 9
- 3399
-
by samb01
View the latest post
Thu Oct 14, 2021 1:29 pm
-
-
Extract first record from multiple files
by Prasanna G » Wed Jan 13, 2021 2:14 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1745
-
by Prasanna G
View the latest post
Wed Jan 13, 2021 11:16 pm
-