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