How to execute 300 steps in a Job?
Answer Posted / vimal kumar
Write a jcl like the below. Two jobs will be submitted from
the same jcl.
//JOBCARD1 .........
//STEP1 EXEC ...
......
.....
//STEP255 EXEC ...
...
//JOBCARD2 ....
//STEP256 ..
.........
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
what is the JCL statement consists of?
How does jcl act on a cobol code?
What is multithreading in jcl?
What are the utility programs in jcl?
Name a few IBM utility programs, and explain its function.
what is use of space parameter in dd statement?
A dd statement consists of 4 fields. Name them?
Explain how can return codes be tested before execution of a job step?
What are the parameters that are used in creating a gdg?
Does jcl support automatic restart?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
what are the types of abends that occur on job failure? And explain the possible causes of these
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.
What is the purpose of dd?