how to execute the last 5 steps in jcl
Answers were Sorted based on User's Feedback
how to run JCL thru COBOL.
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.
Why do you use a control card?
How is a type of file defined in the jcl that executes the cobol program?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How to copy one PS file to multiple PS files with same data?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
what is a null indicator in db2?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?