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
Can I share my data with other jobs? How?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is the purpose of coding notify parameter in job statement?
What are some jcl statements that are not allowed in procedures?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain how can a stopped job be started again?
What are the difference between jcl and jes?
What is multithreading in jcl?
What is the purpose of disp parameter?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Is there any command to check wether the ps file is in sorted order?
How jcl work to handle various input output file operations?
Why include statement is used in a jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?