Hi every one,
In Online environment(CICS) i am entering the choice in the map.
In Cobol progarm i recieve that Choice. If the Choice is 12 then I have to Generate report.
Actually I was already written a code for that issue using Batch programming. Now my requirement is to execute
that Batch Program(means JCL Program) from my Cobol Program. What i have to do in my Cobol Program