Can I access CICS from batch JCL jobs?
Can I access CICS from batch JCL jobs?

Software/Hardware used:
ASKED: February 24, 2010  7:24 PM
UPDATED: May 18, 2010  2:11 AM

Answer Wiki:
I cannot understand why anyone would want to do this. Just what part of CICS do you want to access? The STC? The address space? Off hand I do not know how (and I tend to think the answer is NO), but I can't think of any reason that anyone would want to "access CICS from batch." Part 2 - I did think of one reason you might want to do this... from a batch job you could use SDSF to issue commands (even transactions) to CICS via the MODIFY (F) command. That might be legitimate reason to "access CICS from batch", but these would have to be transactions that required no interaction. After all, where would the screen be presented and how would you enter any information. Further, you need RACF authorization to issue commands from SDSF. Yest, its possible, take a look at >> www.batchcics.com
Last Wiki Answer Submitted:  May 18, 2010  2:11 am  by  Meandyou   5,205 pts.
All Answer Wiki Contributors:  Meandyou   5,205 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Additional informaton: I have batch cycles running, and I want to purge certain CICS terminal users who are running only their batch cycles. They are using different transid’s and I only want to purge those specific transid’s? How to do this