Page 1 of 1

Unbound response from CICS Web Service

PostPosted: Wed Mar 26, 2014 7:44 pm
by Marty19
I need to return an unbounded response from a CIC WebService for more than 3m rows of data and I am assuming that CWS can handle this through the use of multiple CICS containers.

I have created a bound example by returning an array through a single container but I am struggling with an unbound response using multiple containers.

Can someone please explain how the concept of an unbound response would work and maybe add some example COBOL PUT CONTAINER code for clarity.

Thanks

:?: