How to execute only th 15th step of JCL consisting of 50 steps?
Answer Posted / ekanthraj
cond=(0,le),restart = step15.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is JCL?
What dd statement is used to supply the name of a dataset?
what is the purpose of coding notify parameter in job statement?
a dd statement has 2 types of parameters. Name them?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how to do automated restart when a job abends?
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 is the function of the dd dcb keyword?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is use of space parameter in dd statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
how JCL works?
What is notcat 2 - gs?
What is the use of symbol // in jcl?