In previous releases, because the size of COMMAREAs is limited
to 32K and channels were not available, some applications used temporary storage
queues (TSQs) to pass more than 32K of data from one program to another. Typically,
this involved multiple writes to and reads from a TSQ.
If you migrate
one of these applications to use channels, be aware that:
- If the TS queue used by your existing application is in main storage,
the storage requirements of the new, migrated, application are likely to be
similar to those of the existing application.
- If the TS queue used by your existing application is in auxiliary storage,
the storage requirements of the migrated application are likely to be greater
than those of the existing application. This is because container data is
held in storage rather than being written to disk.