suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / ranjith
Use Restart=step6 in job card and at the end of step6 use //
(null statement).
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how can you check if a file is empty using jcl?
Name the statement which can be used to send data to another mvs jes3 node?
What are the parameter we cannot use in procedure?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what is the resolution for sb37 error
How does jcl act on code(if you take a cobol program)?
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 is the record format of an output dataset specified?
What are the utility programs in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the purpose of dd dummy statement?
What is timing concept in mainframe?
How do you create a temporary dataset?
What do you understand by the terms: joblib and steplib?