Hi every one,
I need some clarification regarding channels and containers concept.As far as i know it is one of the replacement to overcome the size of 32kb DFHCOMMAREA.
One of my requirement is using TSQ to write the records.But my data records are crossing the max limit of TSQ 32,763 items ,as TSQ becoming full,it is throwing ITEM ERROR every time.
I applied the concept of channels and containers in place of TSQ , as container doesn't have any limitation on size.
But here one problem is there..like in TSQ, the records are not appending into the container,instead the records are overwritten every time.
I need all the records to be in the container.
EX: Am trying to write five records by keeping EXEC statements in loop.When i tried to read the five records in to a variable.am able to see only the last fifth record only...here data is over writing every time.
Do we have any possiblity to get all records to be written to a container like TSQ without over writing.
Do we have option like 'append' in exec statements. If so, can you please provide the exact syntax.
Is there any other new concept to overcome the TSQ Item error...to store the data records more than max limit of TSQ.?
Apologizes if there are any mistakes.