View previous topic :: View next topic
|
Author |
Message |
kamireddy
New User
Joined: 17 Nov 2010 Posts: 8 Location: chennai
|
|
|
|
HI,
How to identify a particular job is dependent on another job and how to find sequence of jobs which are dependent on each other? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
what in <warmplaceundereverybodysfeets> did You not understand in
do not append a new question to an existing and completely unrelated topic
topic split again! |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Which scheduling product you are talking about? |
|
Back to top |
|
|
naseera
New User
Joined: 22 Nov 2010 Posts: 7 Location: Noida
|
|
|
|
Hi,
You can look in the dataset which has all the scheduling instructions. For example see below
JOB AAAAAAA
SUBAPPL GOOEAE60 WAIT
SCHID = 31
/* TOPJOB = VVB$DMMY.031 */
AFTER ADD(VVB$DI20.031 VVB$DI30.031 VVB$DI40.031 VVB$DI50.031 +
)
NOTWITH (CCLEAE3- CCLEAE9- CCLUAE3- CCLUAE9- CCMEAE3- CCCEAE9- +
|
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
naseera wrote: |
You can look in the dataset which has all the scheduling instructions. For example see below |
And your example shows us what exactly ?
Not everyone has access to these datasets, especially in a well maintained environment. |
|
Back to top |
|
|
mtaylor
Active User
Joined: 20 Feb 2009 Posts: 108 Location: Kansas City
|
|
|
|
If you have access to all the jobs (jcl with procs expanded and parms substituted) then it's possible to build a dependency graph of jobs and datasets that show what jobs create dataset X, what jobs reference dataset X, which jobs modify dataset X, which jobs delete dataset X. In this way it is possible to get some idea of what the job dependencies are without schedule information.
Problems arise when: dataset X 'wraps around' to the next batch cycle (aren't created or destroyed), dataset X is created/destroyed multiple times in the same batch process, GDGs, I haven't thought thru how to handle these, may not give meaningful information. Plus various other difficulties. |
|
Back to top |
|
|
|