Start of change

DSNU232I csect-name KEEPDICTIONARY REQUESTED BUT COMPRESS ATTRIBUTE NOT DEFINED FOR TABLE SPACE table-space-name

Explanation

The KEEPDICTIONARY option was specified in the LOAD or REORG TABLESPACE utility statement. This keyword should only be used with table spaces that are defined with compression. Otherwise, it is ignored. The COMPRESS column of SYSIBM.SYSTABLEPART contains the current compression definition.

System action

Processing continues. If the dictionary exists, it is erased if LOAD REPLACE or REORG is specified.

Severity

4 (warning)

End of change