How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / niki
If u want to run only step 15 delete all steps before
step15 and put null statement after 15 step.
| Is This Answer Correct ? | 0 Yes | 16 No |
Post New Answer View All Answers
What is the function of job statement in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what are the types of abends that occur on job failure? And explain the possible causes of these
How does jcl act on a cobol code?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
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 ?
Differentiate between the joblib and the steplib statements?
how would you create a temporary dataset? And where will you use them?
what happens in conversion stage in job processing?
How do you create a temporary dataset?
what operation is performed by job statement?
List the different jcl statements that are not permitted in the procedures?
Explain the function of //jcllib statement?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
what is DSN in JCL and what are the parameters to declare the DSN?