there are 10 steps in jcl how to execute the steps from
step2 to step8 only
Answer Posted / chowdary
give restart from step 2 and give end statement after 8th
step
it might be possible by using cond parameter
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How can an in-stream dataset be terminated?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is Cataloged Procedures?
What is the significance of addrspc parameter in exec statement?
what is the use of JCL?
what is the purpose of coding class parameter in job statement?
What are the rules employed while naming the steps in a job?
List in order the hierarchical levels of jcl?
what is use of dsn parameter in dd statement?
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
What dd statement is used to supply the name of a dataset?
How can return codes be tested before execution of a job step?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Can I share my data with other jobs? How?
How do you create a temporary dataset?