How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / suresh
we need to mention restart = step15 at job statement
| Is This Answer Correct ? | 4 Yes | 26 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
In job processing, what happens in execution stage?
What is the purpose of the dd keylen parameter?
When space is allocated for an output dataset, what units can be used?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How can the attributes of one sms dataset be copied to another dataset?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
which utility is used to run a cobol-db2 program?
Where & How Do You Code Identifier In Jcl?
What is multithreading in jcl?
How to do automated restart when a job abend?
Can we use DISP=SHR in output file in JCL
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Is it possible to define dd statements as you want?