I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / suresh ramaiyan
You can create a NULL (//) point after the 5 step. so the
job will stop after step 5 is executed.
I don't think we can do it via JOB CARD. Please let me know
if anyone knows.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Which statement is used to identify the private libraries in job?
List the different components of jcl statement?
how to compare two datasets without using superce because output is limited to 133 bytes
what are the types of abends that occur on job failure? And explain the possible causes of these
Why block size is multiple of lrecl in jcl?
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.
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How does jcl act on code(if you take a cobol program)?
Explain the purpose of the dd keylen parameter?
Is condition checking possible in jcl? If yes, how?
what sort card you will use to copy the data from one dataset to another dataset?
What is notcat 2 - gs?
What is jcl in mainframe?
In sms datasets, what is the function of the dd avgrec keyword?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?