Answer Posted / fred
Just to make it clear ,
If job A triggers job B and job B in turn triggers job C.
Job A -> Job B -> Job C
If A abend for some reason,
Force completing the job A would mean that the job B would
start and the cycle complete.
It is like making the scheduler system believe that the
abended job has completed and you carry on with your schedule.
On the other hand, Cancelling the job A would mean that the
Job B would wait indefinitely for job A to finish which will
never happen.
HTH
Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How can the attributes of one sms dataset be copied to another dataset?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
write a jcl to execute a job by 7:00 am on jan 20,1986?
Are there any set of rules for the names of the steps used in a job?
What is the maximum length of a single line of jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What is the function of a dd statement?
Where & How Do You Code Identifier In Jcl?
Is it possible to left uncode disp?
how would you create a temporary dataset? And where will you use them?
Explain how can an in-stream dataset be terminated?
In job processing, what happens in execution stage?
How do you create a temporary dataset?