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

Can we browse or edit the GDG dataset if it is a tape entry?

4 Answers  


Explain about SYSVAR

1 Answers  


why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two

1 Answers   IBM, Perot Systems,


How can return codes be tested before execution of a job step?

0 Answers  


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  






There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.

2 Answers   Merrill Lynch,


What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?

2 Answers   Patni,


what is the alternative to model parameter?

0 Answers  


FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?

4 Answers   IBM,


Is it possible to define dd statements as you want?

0 Answers  


How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.

10 Answers   Lehman Brothers,


How to do automated restart when a job abend?

0 Answers  


Categories