Start of change

DSNU188I csect-name OPTION PRESORTED YES IS NOT VALID WHEN USED WITH LOAD reason-text. OPTION IS IGNORED.

Explanation

The LOAD utility ran with the option PRESORTED YES in a situation where the option is not supported.

csect-name
The name of the control section that issued the message.
reason-text
The reason why the option is not valid. Possible values are:
  • PARTITION PARALLELISM ACTIVE
  • WITHOUT PARALLEL INDEX BUILD ACTIVE
  • SHRLEVEL CHANGE
  • SORTKEYS NO
  • ON A TABLE WITH NO INDEXES
  • PRESORT

System action

Utility processing continues, but the PRESORTED YES option is ignored.

If PRESORT was not specified, a BUILD subtask is not initiated by the RELOAD phase. Keys are sorted and indexes are built after RELOAD processing completes.

User response

No action is required.

Severity

End of change