How to execute a set of JCL statements from a COBOL program ?
Answer Posted / satyasivaji.ch
we can do this by SYSOUT=(*,INTRDR),internal reader concept.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
what is DSN parameter and DISP parameter is used for?
What is the function of //jcllib statement?
How is a type of file defined in the jcl that executes the cobol program?
What is the motivation behind coding class parameter in job statement?
how do you access an uncataloged dataset in a jcl?
How to pass data to a program that is coded in an exec statement?
what happens in conversion stage in job processing?
What is the format of comment statement?
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 do you submit a job for execution?
what is use of disp parameter in dd statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What do you understand by the term notcat 2 – gs?
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 ?