DSNU758I csect-name - WARNING DURING PROCESSING SQL STATEMENT - SQLCODE IS: sql-code SQL MESSAGE TEXT: message-text. SQL STATEMENT: sql-statement SQLERRP: error-procedure SQLERRD: sqlerrd-fields

Explanation

CATMAINT executed an SQL statement as part of CATMAINT UPDATE processing. Db2 returned a non-zero SQLCODE. This message does not indicate a problem in the CATMAINT process.

csect-name
The name of the control section that issued the message.
sql-code
The SQL code that was returned for the SQL statement.
sql-code
A numeric value that indicates why the SQL statement executed abnormally.
message-text
Indicates the problem with the SQL statement.
sql-statement
The SQL statement that encountered the error.
error-procedure
The name of the procedure that detected the error. This value corresponds to the SQLERRP SQCLCA field.
sqlerrd-fields
A series of fields that contain a values that indicate the number of rows that qualified for the SQL statement, the number of rows in the result table, a rough estimate of required resources, or an internal error code. These values correspond to the SQLERRD(n) SQLCA fields.

System action

Utility processing continues normally.

User response

No action is required.

Severity

0 (informational)