DSNU3334I REGION SIZE IS TOO SMALL. UTILITY CANNOT CONTINUE. INCREASE REGION BY additional-memoryK.

Explanation

The REGION size that is specified on the utility job or job step allocates too little virtual memory for the utility to run.

additional-memory
The minimum additional amount of memory that the utility estimates it requires to run.

System action

The utility terminates.

System programmer response

If the region size is limited by the IEFUSI exit routine, consider modifying the exit routine to allow a larger region.

User response

Increase the region size by at least the amount indicated by additional-memory in the message, and resubmit the job. For example, if the region was set to 2048 KB (REGION=2048K), and the message indicates INCREASE REGION BY 240K, change the region size to at least REGION=2288K. If possible, allow an additional buffer amount: REGION=3M or REGION=4M.

Severity

8 (error)