what is force complete

Answers were Sorted based on User's Feedback



what is force complete..

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

what is force complete..

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

Post New Answer

More JCL Interview Questions

Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

0 Answers  


Explain about LMMFIND - find a library member

1 Answers  


What is Backward Referencing ?

3 Answers   HSBC,


What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

2 Answers  


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.

4 Answers  






what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


How do you create a temporary dataset? Where will you use them?

2 Answers   IBM,


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


how to eliminate the duplicates in sorting

4 Answers   Fidelity,


Suppose I have five jobs to do. But I want to hold one?

0 Answers  


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


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 ?

2 Answers   ITC Infotech,


Categories