Page 1 of 1

Can we submit Job using COBOL and CICS?

Posted: Wed Aug 19, 2015 8:33 am
by Ali Asgar
Hi,

In an interview I was asked that can we submit a job using a cobol program and using CICS and if yes, how do we do this?

For COBOL, we can run a job by using the utility INTRDR but I was not usre at all about invoking a JCL from CICS. Can anyone please help me on this?

Re: Can we submit Job using COBOL and CICS?

Posted: Wed Aug 19, 2015 6:13 pm
by Robert Sample
It is possible (and many sites do this) to define a TD queue to point to the internal reader. If this is done, a CICS program can write JCL lines to the TD queue and the job will be submitted.