DSNU1271I csect-name REQUIRED KEYWORD NUMRECS MISSING FOR TABLE table-name

Explanation

An attempt was made to use the LOAD utility to load data into multiple tables. If any table that is to be loaded specifies the NUMRECS keyword, then all tables in the LOAD operation must specify the NUMRECS keyword.

csect-name
The name of the control section that issued the message.
table-name
The name of the table that is missing the NUMRECS keyword.

System action

Utility operation is terminated with return code 8. The tables are not loaded.

User response

Add the required keyword NUMRECS to all INTO TABLE clauses of the LOAD utility control statement, and resubmit the job.

Severity

8 (error)