I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / ss
In job card type restart=step17 and comment after 17th step
| Is This Answer Correct ? | 12 Yes | 24 No |
Post New Answer View All Answers
Explain how can an in-stream dataset be terminated?
Explain about LMQUERY�give a dialog information about a data set
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How is a type of file defined in the jcl that executes the cobol program?
Suppose I have five jobs to do. But I want to hold one?
what are JCLLIB and STEPLIB in JCL?
Is it possible to code instream data in a PROC?
how to run batch program without jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Are there any set of rules for the names of the steps used in a job? What are they?
what sort card you will use to copy the data from one dataset to another dataset?
How can values be passed from the job stream to an executable program?
What are the jcl procedures?
What is multithreading in jcl?
Differentiate between addressing mode and run mode.