DSNU378I csect-name - REORG WITH SHRLEVEL NONE HAS INAPPROPRIATE NOSYSREC KEYWORD, REASON=reason-code
Explanation
A REORG TABLESPACE utility control statement with the SHRLEVEL NONE option contains the NOSYSREC option in a context where it is not allowed.
- csect-name
- The name of the control section that issued the message.
REORG TABLESPACE with SHRLEVEL NONE allows the following combinations of the SORTDATA and NOSYSREC keywords:
- Neither keyword
- SORTDATA alone (without NOSYSREC)
- SORTDATA NOSYSREC
- NOSYSREC alone
System action
REORG TABLESPACE does not execute.
User response
Correct the REORG TABLESPACE utility control statement:
- For reason code 1, remove SORTDATA NO or NOSYSREC.
- For reason code 2, if you want to execute REORG TABLESPACE with SHRLEVEL NONE, remove NOSYSREC, UNLOAD PAUSE, UNLOAD ONLY, or UNLOAD EXTERNAL.
Severity
8 (error)