DSNU1126I csect-name PARTITION n IS SPECIFIED IN MORE THAN ONE INTO TABLE PART CLAUSE, PARTITION PARALLELISM IS DISALLOWED

Explanation

LOAD partition parallelism was requested via INDDN or INCURSOR following INTO TABLE PART clauses. However, the same partition was specified on more than one INTO TABLE PART clause. Partition parallelism is not supported for this case.

System action

Utility operation is terminated with return code 8.

User response

Correct the LOAD statement in one of the following ways:
  • Specify a different partition number on each INTO TABLE PART clause
  • Remove the parallelism by removing the INDDN or INCURSOR keywords from the INTO TABLE PART clauses.

Severity

8 (error)