Consider reallocating the DFHINTRA dataset with more space to accommodate your peak transaction rate. Unlike temporary storage, each CI of the intrapartition dataset may only contain records belonging to the same queue. Specifying REUSE for a destination allows a different queue to use the CI when all records in the CI have been read. This can significantly improve performance since tasks will less often have to incur the overhead of handling NOSPACE conditions.
|