what is force complete

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DSN parameter and DISP parameter is used for?

662


What is jcl in mainframe?

674


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7582


What is the difference between run mode and addressing mode?

622


what is DD statement is used in JCL?

669






Explain the hierarchy levels in jcl?

1107


Explain how can an in-stream dataset be terminated?

682


Brief description of inline procedure of jcl.

669


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1799


Why block size is multiple of lrecl in jcl?

901


Is automatic restart possible in jcl? If yes, how?

648


What are hierarchy levels in jcl?

938


What is the function of a dd statement?

698


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5053


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

594