How do you submit a JCL under CICS environment ?
Answer / guest
Pass all the jcl codes to a COBOL variable(should be declare
using OCCURS clause) and the write the line one by one to
the spool using CICS commands like SPOOLClose SPOOLOpen
SPOOLWrite . For more help reffer CECI of CICS or CICS manual
| Is This Answer Correct ? | 2 Yes | 4 No |
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
How to copy one PS file to multiple PS files with same data?
How to check empty file in jcl?
How would you understand error(execution phase)?
i want to store 20 digits . how will u do it in cobol ?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
How to find out the number of records in a file using JCL
What parameter directs the output of the job log dataset?
Differentiate between addressing mode and run mode.
How can return codes be tested before execution of a job step?
What is the function of job statement in jcl?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?