When applying CA DADS Plus for CICS fix RO53206 the client receives SMP/E error message GIM23801E ** COPY PROCESSING TO THE CAILIB LIBRARY
FAILED FOR MODULE DADRAUD7 IN LMOD DADRAUD7 IN SYSMOD RO53206. The CAILIB is the CA DADS Plus for CICS target load library and load module
DADRAUD7 fails to copy to the CAILIB. The output also contains informational message IEB135I MINIMUM I/O BUFFER NOT ALLOCATABLE -- ADD 172K MORE
BYTES TO WORK SIZE.
The REGION=size was to small as indicated by the message The output also contains informational message IEB135I MINIMUM I/O BUFFER NOT ALLOCATABLE -- ADD 172K MORE BYTES TO WORK SIZE.
We increased the size of the region card REGION=0M. A region size of REGION=8192K should be sufficient. The GIM23801E message was very misleading and we finally noticed the IEB135I. After adding additional space to work datasets did not work increasing the region size resolved the problem.