i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / kislay
restart=procname.step5
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the function of dd disp parameter?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What are some jcl statements that are not allowed in procedures?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How jcl is used for testing batch programs?
what is JCL?
How do you access an uncatalogued dataset in a jcl?
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
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how can the same proc be re-used and called by many jobs?
Explain the function of the dd dcb keyword?
Explain about LMQUERY�give a dialog information about a data set
Name what parameter directs the output of the job log dataset?