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

Answers were Sorted based on User's Feedback



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

Answer / aaki

for steps1-5 code cond=(0,LE) and after step06 put a //
(null).It will automatically stop execution when it finds a
null.

Is This Answer Correct ?    9 Yes 1 No

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

Answer / ranjith

Use Restart=step6 in job card and at the end of step6 use //
(null statement).

Is This Answer Correct ?    5 Yes 1 No

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

Answer / manish

code cond=only on first 5 steps, leave step no 6, and from step 7 to step10 code cond=(0,LE)

Is This Answer Correct ?    2 Yes 0 No

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

Answer / anji

use Restate parameter in job card like Restart=(step 6)
And use cond parameter in 6'step like cond(4.le)
That means if successful exection 6 th step before going to
7th step it will check cond code if it is true remaning
steps not executed.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / anji

In the JOBCARD, code COND parameter. Then, when the Job is
executed , only
the Step mentioned in the RESTART parameter will get
executed.
e.g., RESTART=STEP06,COND=(0,LE)

if want more details check it in cool mainframe tips

Is This Answer Correct ?    2 Yes 1 No

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

Answer / rahul singh

code restart=step6, cond=(0,le) in job card and only step6
will be executed

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


In how ways you can pass the data from Jcl to cobol ?

3 Answers   Cap Gemini, IBM,


How to concatenate different LRECL of files?

2 Answers   IBM,


define cond parameter in jcl?

0 Answers   IBM,






Does jcl support automatic restart?

0 Answers  


i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??

14 Answers   L&T,


what r the types of job control statements?

2 Answers  


Can comments be specified at the very beginning of a jobcard? Will the JCL execute?

3 Answers  


IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C

0 Answers  


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


How to copy VSAM files without using REPRO

3 Answers   ADP,


Categories