Here is my problem (no code written yet so it is open):
I have a report created in a batch program and I want to connect to CICS using EXCI to send the report to a CICS program. This CICS program is going to send it on to an Atom Publishing protocol.
I have been told in my shop that this is going to be difficult because we are limited to the commarea in order to send the report. Some of these reports will exceed 6400 bytes in total size and we use 6400 bytes as the standard commarea across our system.
What is the best way to handle this? Any ideas?