Author:
steve-myers
Posted: Fri Nov 04, 2016 11:46 pm (GMT 5.5)
Robert Sample wrote: |
... Have you changed Code: | //STEP01 EXEC PGM=IEBCOPY,PARM='SIZE=64M' | to Code: | //STEP01 EXEC PGM=IEBCOPY,PARM='SIZE=64M,WORK=64M' | yet and tried that? |
Three comments.- The SIZE and WORK parameters in the PARM=... will not help you unless the REGION parameter specifies a large enough region to allocate these tables. We have no idea what your defaults are.
- As for WORK=... the manual explicitly states, "It is best to let IEBCOPY choose buffer sizes by not using this parameter."
- The manual does not seem to provide any guideline for SPACE for SYSUT3. I'm pretty certain the space you specify is grossly over allocated. The manual does provide a useful guideline for SYSUT4; I calculated 21 cylinders based on the guideline in the manual. When in doubt, RTFM! However, the manual also seems to state SYSUT4 is only used when copying from more than one INDD, which you are not doing.