If we have 100 job steps in JCL and we want to excute steps
only starting from 43 to 50, then how it can be coded in JCL/
Answer Posted / sundar
While submitting the JCL, use RESTART=Step43.
And from steps 50 step complet i am close the /* is it
correct plz tell me
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are some jcl statements that are not allowed in procedures?
What is the significance of addrspc parameter in exec statement?
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?
Explain how can the attributes of one sms dataset be copied to another dataset?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
what is DD statement is used in JCL?
how can the same proc be re-used and called by many jobs?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
In job processing, what happens in conversion stage?
What are the utility programs in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What do you understand by the term notcat 2 – gs?
What is the purpose of dd * statement in jcl?