How to execute 300 steps in a Job?
Answer Posted / gowthami
we need to split the jcl into two jcls, at the end of first jcl check the condition code and initiate the second jcl.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what JCL Procedures?
What are the 2 types of parameters in dd statement?
Name the statement which can be used to send data to another mvs jes3 node?
What is the purpose of dd?
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.
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What dd statement is used to supply the name of a dataset?
What does a disposition of (MOD,DELETE,DELETE) mean ?
what sort card you will use to copy the data from one dataset to another dataset?
Suppose I have five jobs to do. But I want to hold one?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is the use of JCL?
What is the use of disp parameter?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
how can the same proc be re-used and called by many jobs?