AWS m2 documentation change
Summary
Added 25 new runtime error codes (BA-U2012 to BA-U5001) covering DFSORT, INZUTILB, INFUTILB, and IDCAMS utility errors with troubleshooting guidance
Security assessment
Changes document operational error codes related to syntax validation, database connectivity, and utility operations. No security vulnerabilities, patches, or security-specific content are mentioned. Errors focus on configuration validation and troubleshooting.
Diff
diff --git a/m2/latest/userguide/ba-runtime-error-codes-u.md b/m2/latest/userguide/ba-runtime-error-codes-u.md index d5d4b9bcc..a422c6149 100644 --- a//m2/latest/userguide/ba-runtime-error-codes-u.md +++ b//m2/latest/userguide/ba-runtime-error-codes-u.md @@ -24,0 +25,24 @@ Key | Severity | Text | Additional details +`BA-U2012` | Error | Failed to process DFSORT TIME argument. Ensure the format of the argument is correct. | +`BA-U2013` | Error | Failed to process DFSORT TIMENS argument. Ensure the format of the argument is correct. | +`BA-U3001` | Error | An error occurred while parsing SYSIN for INZUTILB programs. Verify SYSIN syntax and contact support if it should be supported. | +`BA-U3002` | Error | Unable to detect database type. Defaulting to PostgreSQL. Verify database connection, driver configuration and ensure that the correct JDBC driver is loaded. | +`BA-U3003` | Error | INZUTILB Unload operation failed. Review SYSIN commands syntax for INZUTILB utility, verify database connectivity. | +`BA-U3004` | Error | SYSIN input is empty or contains no valid commands. Add at least one valid command (UNLOAD, SELECT, etc.) to SYSIN. | +`BA-U3005` | Error | Required parameter OUTDDN is missing. Specify output dataset using OUTDDN(ddname) command in SYSIN. | +`BA-U3006` | Error | Database type is not supported. Use one of the supported databases: PostgreSQL, Oracle, or DB2. | +`BA-U3007` | Error | No formatter found for the database type when running INZUTILB program. Analyze whether the type should be considered and contact support for analyze. | +`BA-U3008` | Error | Formatting not handled for the selected output format, DSNTIAUL format used instead. Check the output format in the control card or contact support if an implementation is needed. | +`BA-U3009` | Error | Invalid mask parameter on PIC option. Verify your control card and use a valid mask. | +`BA-U3010` | Error | Invalid sign parameter on PIC option. Accepted values are '-', '+', 'P' and 'V'. Verify your control card and use a valid parameter. | +`BA-U3012` | Error | Unable to parse SYSIN for INZUTILB program. Check the above exception(s) and contact support for analysis. | +`BA-U3013` | Error | INFUTILB Unload operation failed. Review SYSIN commands syntax for INFUTILB utility, verify database connectivity. | +`BA-U3014` | Error | Invalid output file type for SYSPUNCH when running INFUTILB program. Consider using one of the following types: GDGSupportConfiguration, FileSystemFileConfiguration or DummyFileConfiguration. | +`BA-U3015` | Error | No formatter found for the database type when running INFUTILB program. Analyze whether the type should be considered and contact support for analyze. | +`BA-U3016` | Error | Missing record size for SYSPUNCH when running INFUTILB program. Set the record size in the file configuration or add it in the catalog. | +`BA-U3017` | Error | Invalid output file type for SYSREC. Consider using one of the following types: GDGSupportConfiguration or FileSystemFileConfiguration. | +`BA-U3018` | Error | Unsupported SQL query. Check the SQL query. | +`BA-U3019` | Error | Unsupported column name. Check the table definition. | +`BA-U3020` | Error | DFSIGDCB option: Unable to update LRECL of the SYSREC file. Consider using type FileSystemFileConfiguration, or remove DFSIGDCB option. | +`BA-U3021` | Error | Splitting unload into chunks is not supported with the current database type. Use one of the supported databases: PostgreSQL or Oracle. | +`BA-U4001` | Error | IDCAMS parsing error. The SYSIN content contains invalid syntax or unsupported commands. Review the SYSIN content for syntax errors or typos. Check the error message for details about what failed to parse. | +`BA-U5001` | Error | Invalid POSITION option when calling DSNUTILB LOAD utility. Use a valid POSITION option. |