Start of change

DSNU1256I csect-name - VIRTUAL STORAGE REQUIRED FOR SPANNED RECORDS EXCEEDS DEFINED LIMIT.

Explanation

The amount of virtual storage required to process spanned records has exceeded the limit defined on the system.

csect-name
The name of the control section that issued the message.

To calculate the storage limit, multiply the number of LOB columns by 2GB, and the number of XML columns by 2GB, and sum the two products:

x = number of LOB columns × 2GB
y = number of XML columns × 2GB
limit = x + y

System action

The utility job terminates.

User response

Modify the utility statement to reduce the size of the records, or increase the amount of virtual storage that is allowed for spanned records processing.

Severity

8 (error)

End of change