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

A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

4 Answers   IBM,


What you mean by skeleton JCl?

2 Answers  


Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.

1 Answers  


How to find out the number of records in a file using JCL

5 Answers   CTS,


diff bw vsam and normal flat file?

2 Answers   CGI,






What is the significance of addrspc parameter in exec statement?

0 Answers  


How can we increment subscript and index?

1 Answers   CTS, IBM,


suppose i have 10 job steps and i want to execute only step 6.How to write?

6 Answers  


in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?

5 Answers   ADP,


How to create delta file using JCL

1 Answers   CTC,


What are isolation levels? Where do we need to specify them in compiling JCL?

3 Answers  


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


Categories