what is force complete
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / selvaraj
force complete
making the current job to skip and let the jobs which are
triggered by that job to run .
Eg:
Flow of jobs(triggering) is:
Phw0001a
|
Phw0001b
|
Phw0001c
Phw0001a failed & asked to
Force complete the job Phw0001a means
Phw0001a will be skipped &
Phw0001b will run ...
Is This Answer Correct ? | 6 Yes | 2 No |
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain about LMMFIND - find a library member
What is Backward Referencing ?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How do you create a temporary dataset? Where will you use them?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
how to eliminate the duplicates in sorting
Suppose I have five jobs to do. But I want to hold one?
What does the keyword DCB mean and what are some of the keywords associated with it?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?