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

1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


Is condition checking possible in jcl? If yes, how?

0 Answers  


Can a job have only steplib and no joblib ?

6 Answers  


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

0 Answers  


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,






what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?

1 Answers   Accenture,


what is meant by jobtrac?

4 Answers   CSC,


What is the purpose of disp 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,


How do you pass parameters to the program as the job is being executed ?

2 Answers  


hi guys what r the diff types of procs in jcl? bye ramya

4 Answers   ACS, Keane India Ltd,


what is a steplib

4 Answers   CGI,


Categories