suppose i have job it contains 10 steps after exicution of
job failuer at 3 and 7 th steps i want exicute step 3 and
step 7 only how we specify condition ?

Answer Posted / ravi

in job for all other steps excluding 3rd and 7th steps give
this condition code as below

COND.Step1=(99,NE),
COND.Step2=(99,NE),
COND.Step4=(99,NE),
COND.Step5=(99,NE),
COND.Step6=(99,NE),
COND.Step8=(99,NE),
COND.Step9=(99,NE),
COND.Step10=(99,NE)

or we can use IF then condition condtions also

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how would you create a temporary dataset? And where will you use them?

766


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

669


when can a job time-out occur? How to overcome that?

753


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2166


How can unused space allocation be returned to the system when a dataset is closed?

806






What is the difference between run mode and addressing mode?

631


Explain how can the submitting users racf authority be overridden in a job stream?

668


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2050


Explain how can a stopped job be started again?

636


What is the function of the dd dcb keyword?

821


What is the function of the dd avgrec keyword in sms datasets?

835


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2218


Is it possible to left uncode disp? If yes, how?

704


what is the use of JCL?

660


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9211