DSNU301I csect-name - KEYWORD 'SORTDATA' SPECIFIED AND/OR KEYWORD 'NOSYSREC' WAS SPECIFIED BUT NO CLUSTERINGINDEX EXISTS, KEYWORD IS IGNORED

Explanation

The 'SORTDATA' keyword was specified or the 'NOSYSREC' keyword was specified for a REORG utility job, or implied by the use of SHRLEVEL CHANGE. But it was found that no clustering index existed for the table space being reorganized. The keyword is ignored and processing continues normally.

System action

Processing continues normally.

User response

If a clustering index was expected to be found for the table space being reorganized, determine the reason the index could not be found.

Problem determination

Probably a user error. Determine if a cluster index should be defined on one of the tables in the table space being reorganized. If so, define the cluster index; otherwise, remove the 'SORTDATA' and/or 'NOSYSREC' keyword from the utility statement if necessary.

Severity

0