Hi Friends,
We have a CICS transaction which runs at a scheduled time and generates a JES report which is printed on the printer. We have a requirement to have this report also printed on some 3rd party reporting tool. We use these 3rd party reporting tool to send all our reports from our batch job for the users to look.
I have some ideas but need some additional tips to do this:-
1) (a) From the CICS program write the report to a file (VSAM).
(b) Then after the transaction is completed trigger a batch job (This is the part I am not clear??? may be writing to a TDQ???)
(c) This batch job/program will close the VSAM file for CICS and send the report data from the VSAM file to the reporting software.
Any other ideas please suggest me the best possible way to do this.
Thanks,
lal