SQL9301N | An invalid option is specified or an option parameter is missing. |
Erläuterung: Either the option specified is invalid or an option parameter is not specified.
The command cannot be processed.
Benutzeraktion: Correct the option and resubmit the command.
SQL9302N | Invalid option parameter: "<option-parameter>". |
Erläuterung: The option parameter specified is invalid.
The command cannot be processed.
Benutzeraktion: Correct the option parameter and resubmit the command.
SQL9303N | No <option> is specified. |
Erläuterung: The required option "<option>" is not specified.
The command cannot be processed.
Benutzeraktion: Resubmit the command with the required option.
SQL9304N | Unable to open file "<filename>" for writing. |
Erläuterung: The command cannot be processed.
Benutzeraktion: Ensure that the system can access the file.
SQL9305N | The <name> is too long. The maximum length is <max-length>. |
Erläuterung: The <name> is longer than the maximum length of <max-length>.
The command cannot be processed.
Benutzeraktion: Ensure that the <name> does not exceed the maximum length.
SQL9306N | One or more of the field names are too long. The maximum length is <max-length>. |
Erläuterung: The total length of a field name includes the specified prefix and/or a column suffix, which can either be its name or its number. This total length must not exceed the maximum length.
The command cannot be processed.
Benutzeraktion: Ensure that all the field names do not exceed the maximum length.
SQL9307N | Remarks cannot be retrieved from the database. Error code = "<sqlcode>". |
Erläuterung: An error has occurred when attempting to retrieve the remarks of a column from the database.
The command cannot be processed.
Benutzeraktion: Check the error code for more information.
SQL9308W | SQL data type "<sqltype>" of the column "<colname>" is not supported. |
Erläuterung: The SQL data type "<sqltype>" is not supported in the specified host language.
No declaration is generated for this column.
Benutzeraktion: Ensure that this is the desired table.
SQL9320I | Connecting to the database "<database>"... |
Erläuterung: The utility is attempting to connect to the database "<database>".
Benutzeraktion: See the error message for details if it fails.
SQL9321I | Binding the utility automatically... |
Erläuterung: The utility is attempting to bind itself to the database.
Benutzeraktion: See the error message for details if it fails.
SQL9322I | Retrieving column information from the table "<table>"... |
Erläuterung: The utility is attempting to retrieve column information from the table "<table>".
Benutzeraktion: See the error message for details if it fails.
SQL9323I | Generating declarations to the file "<filename>"... |
Erläuterung: The utility is attempting to generate declarations to the file "<filename>".
Benutzeraktion: See the error message for details if it fails.
SQL9324I | Disconnecting from the database "<database>"... |
Erläuterung: The utility is attempting to disconnect from the database "<database>".
Benutzeraktion: See the error message for details if it fails.