How to execute a set of JCL statements from a COBOL program ?
Answer Posted / guest
Using EXEC CICS SPOOL WRITE(var-name) END-EXEC command.
var-name is a COBOL host structure containing JCL statements.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the function of //jcllib statement?
Can I share my data with other jobs? How?
What is notcat 2 - gs?
i want to store 20 digits . how will u do it in cobol ?
Explain the job statement in jcl?
Explain the function of //jcllib statement?
How can the submitting users racf authority be overridden in a job stream?
What do you understand by the term job time – out and how can you overcome that?
What is the function of the dd mgmtclas keyword in sms datasets?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Brief description of inline procedure of jcl.
What is the purpose of dd dummy statement?
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
What is the function of the dd avgrec keyword in sms datasets?
How dummy is used in jcl?