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 |
how many types of sorts are there in jcl?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to do automated restart when a job abend?
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
what is use of disp parameter in dd statement?
If Region=0k means What Happen?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How to release the Output HELD by using HOLD = YES on DD statement ?
How do you overcome this limitation ?
how many members can be created inside a single pds?