My JCL contains four steps
//STP1 A(+1), DISP = NEW
//STP2 A(+2), DISP = NEW
//STP3 A(+3), DISP = NEW
//STP4 A(+1), DISP = OLD
STP3 was abended and I want restart my JCL from STP3 onwards
& what are the precaution I want to take & what are the
changes I need to make. Pls let me know.
Answer Posted / divakar
you writing restart=step03in joblevelor activity level
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
List in order the hierarchical levels of jcl?
What is the purpose of disp parameter?
what is use of dsn parameter in dd statement?
What do you know about jcl?
How can values be passed from the job stream to an executable program?
how JCL works?
What is concatenating?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Explain the purpose of dd dummy statement?
Explain how can the submitting users racf authority be overridden in a job stream?
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?
Explain dd statement in jcl?
Explain how can values be passed from the job stream to an executable program?
List the various advantages of using jcl language?
Is it possible to left uncode disp?