how to set dependancy for jobs?
Answers were Sorted based on User's Feedback
Answer / praveen b
The dependencies can be set for jobs using scheduler,
The following are the most popular scheduler's
1) CA-7
2) Control-M
3) ESP
So on...
We can also use utilities to set dependencies among the jobs
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / rashmi j
Use following DB panel to add dependecy
To add Job Dependency
DB.3.2
To add Dataset Dependency
DB.3.1
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / muttaiah
Hi Rajasekhar,
I think that will give only sucessor jobs list..
Can you explain clearly how to set dependancy using that in
CA-7.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the parameter we cannot use in procedure?
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
How to print data of sequential file to Spool..?
What is notcat 2 - gs?
Can I share my data with other jobs? How?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
explain concatinating datasets?
How do you submit a job for execution?
Min no of member?s (PDS) in one directory block?