suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / 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 |
Post New Answer View All Answers
List the different components of jcl statement?
How does jcl act on a cobol code?
define cond parameter in jcl?
How to alter the parameters for the existing gdg?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
how would you create a temporary dataset? And where will you use them?
Are there any set of rules for the names of the steps used in a job? What are they?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is catelog procedure and how many catelog procedure to use in one job?
when does a dataset go uncataloged?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the function of //cntl statement?
How do you submit a job for execution?