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

. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


How to delete generations of gdg without deleting gdg base?

3 Answers  


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

0 Answers  


State the uses of syspring, sysin, sort fields, sum fields and dummy.

0 Answers  






what r the types of job control statements?

2 Answers  


Why block size is multiple of lrecl in jcl?

0 Answers  


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

0 Answers   IBM,


How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


How does the jcl specify the job to os?

0 Answers  


What is the significance of addrspc parameter in exec statement?

0 Answers  


Categories