AWS m2 documentation change
Summary
Added 8 new runtime error codes (BA-U5007 to BA-U5014) for DSNUTILB REORG and STATISTICS operations.
Security assessment
The added error codes relate to database operations and syntax validation, not security vulnerabilities. They provide operational guidance without mentioning authentication, encryption, or access control.
Diff
diff --git a/m2/latest/userguide/ba-runtime-error-codes-u.md b/m2/latest/userguide/ba-runtime-error-codes-u.md index 4e882c5f8..5308c5485 100644 --- a//m2/latest/userguide/ba-runtime-error-codes-u.md +++ b//m2/latest/userguide/ba-runtime-error-codes-u.md @@ -57,0 +58,8 @@ Key | Severity | Text | Additional details +`BA-U5007` | Error | DSNUTILB REORG: SQL execution failed. Check the database connection and verify the target table/index exists. | +`BA-U5008` | Warn | DSNUTILB REORG: no target specified in control card — skipping. Verify the REORG control card syntax includes a valid TABLESPACE or INDEX target. | +`BA-U5009` | Warn | DSNUTILB REORG: no database support configured — skipping execution. This occurs in test mode only. No action required. | +`BA-U5010` | Warn | DSNUTILB REORG: LIST referenced but no LISTDEF content found. Verify the LISTDEF is defined in the same SYSIN control card before the REORG command. | +`BA-U5011` | Warn | DSNUTILB REORG: could not resolve owning table for index %s on DB2 — skipping. Verify the index exists in SYSCAT.INDEXES and the schema/index name is correct. | +`BA-U5012` | Error | DSNUTILB STATISTICS: SQL execution failed. Check the database connection and verify the target table exists. | +`BA-U5013` | Warn | DSNUTILB STATISTICS: no specific targets resolved — skipping ANALYZE. Verify the preceding REORG command has a valid target or LISTDEF context. | +`BA-U5014` | Warn | DSNUTILB STATISTICS: no database support configured — skipping execution. This occurs in test mode only. No action required. |