is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / mandar panse
Use IEBEDIT utility. It helps to execute only required step
and rest all the step preceeding and succeeding to this
step will be skiped.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Must tape dataset definitions include vol=ser specifications?
Explain about LMFREE�free data set from its association with data ID
What do you understand by the term job time – out and how can you overcome that?
How to run cobol program using jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What do you understand by the terms: joblib and steplib?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
What is the purpose of dd?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
For what purpose steplib and joblib are used ?
Explain the job statement in jcl?
Differentiate between the joblib and the steplib statements?
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