DB2 Server for VM: Messages and Codes


Chapter 13. ARI7001-ARI7970 ISQL Messages


ARI7001EISQL is not supported on this terminal.

Explanation: You tried to run ISQL on a terminal which is not supported. ISQL supports IBM 3270 terminals or 3270-compatible display devices having a 24 X 80 or larger mode (a line size of at least 80 characters and 24 lines on the screen).

System Action: ISQL ends.

User Response: Run ISQL only on terminals which are supported. Ensure that you are using a supported terminal type for your operation.

ARI7020ESystem problem. The message normally displayed giving the result of the SQL command just entered cannot be printed. The SQL statement ended with an SQLCODE of code. Report this message to your system programmer.

Explanation: ISQL tried to display message ARI0500I, ARI0501I, ARI0502I, ARI0503E, ARI0504I, or ARI0505I, but the system had problems getting it.

System Action: ISQL printed this message instead of the one it normally would. The system waits for you to enter the next statement.

User Response: Look up the text for the SQLCODE indicated in the message. Notify your system programmer.

System Programmer Response: There is a problem with the DB2 Server for VM language message text module ARIMS001 or equivalent. Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7021EThe application server has issued a ROLLBACK statement. All work entered for processing since the last COMMIT statement was rolled back. You may have to reenter some statements.

Explanation: During DB2 Server for VM error processing, it was discovered that the database manager issued a ROLLBACK command for the user. The reason is stated in the DB2 Server for VM message immediately preceding this one. If SET AUTOCOMMIT was:

ON
Any work entered for this command was rolled back.

OFF
Any work entered for the database manager since the beginning of the logical unit of work was rolled back.

System Action: The system issued a ROLLBACK command. The system waits for you to enter the next statement.

User Response: Read the SQL error message for the message preceding this one, its system and user action. If the problem is still not clear, notify your system programmer. If you want to reenter the work that was rolled back when SET AUTOCOMMIT was:

ON
Reenter the last command you had entered.

OFF
Reenter all commands entered since you began your logical unit of work.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7022ESystem message error.

Notify your system programmer.

Explanation: An internal error occurred while ISQL was trying to display a message.

System Action: The system waits for you to enter the next statement.

User Response: Notify your system programmer. You can continue your ISQL session.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7039DDo you want to end this ISQL sign-on attempt? Enter 0(No) or 1(Yes).

Explanation: This message allows you to exit from the sign-on procedure when all agents are busy.

System Action: If you enter YES, you will return to CMS. If you enter NO, you will wait for an available agent.

User Response: Enter YES or NO.

ARI7040ICANCEL processing complete.

Explanation: CANCEL processing has completed.

System Action: The system waits for you to enter the next statement.

ARI7041DAUTOCOMMIT is OFF. Do you still want to CANCEL? Enter 0(No) or 1(Yes).

Explanation: You entered CANCEL while autocommit is off. If the cancel process is done, not only will the command running now be cancelled, but all the work you did since you set autocommit off or since the last COMMIT WORK will be rolled back. You are asked if the cancel should still be done.

System Action: The system waits for your reply.

User Response: Enter YES if the cancel should still be done. Enter NO if the cancel should not be done.

ARI7042ERoutine ended. It was cancelled because of your request or an error detected by ISQL.

Explanation: A routine was executing at the time a CANCEL command was entered. The command could have been entered from the terminal or it could have been read from a routine. The CANCEL command could also have been entered by ISQL if an error was detected while processing a routine. Additional messages will be displayed when ISQL finds an error condition.

System Action: A ROLLBACK WORK RELEASE is performed. The routine is ended immediately. The system waits for you to enter the next statement.

User Response: If additional error messages are displayed, correct the error and rerun the routine.

ARI7043ICANCEL processing caused a ROLLBACK RELEASE. The ROLLBACK RELEASE was successful.

Explanation: The specified ROLLBACK operation was performed because a CANCEL command had been entered previously. The command could have been entered from the terminal or it could have been read from a routine. The CANCEL command could also have been entered by ISQL if an error was detected while processing a routine. The ROLLBACK processing was successful.

The ROLLBACK RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the ROLLBACK RELEASE action. The SQL user ID and target database name will be reset to their defaults after the ROLLBACK RELEASE action.

System Action: The system waits for you to enter the next statement.

ARI7045ECANCEL processing caused a ROLLBACK RELEASE. The ROLLBACK RELEASE was unsuccessful. See previous messages for more details.

Explanation: The specified ROLLBACK operation was performed because a CANCEL command had been entered previously. The ROLLBACK processing was not successful. Additional messages are displayed to indicate why the ROLLBACK processing failed.

The ROLLBACK RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the ROLLBACK RELEASE action. The SQL user ID and target database name will be reset to their defaults after the ROLLBACK RELEASE action.

System Action: ROLLBACK processing is always performed when a CANCEL command is entered. Additional messages are displayed to indicate the reason for the failure.

User Response: See the other messages for the reason for the failure.

ARI7047ICANCEL request accepted.

Explanation: You entered a CANCEL request with AUTOCOMMIT on, or you entered YES when asked if a CANCEL request should be done. This message indicates that the request has been accepted and the system will do the necessary cancel processing.

System Action: The system continues to process the cancel request.

ARI7048ICANCEL request ignored.

Explanation: You entered NO when asked if a CANCEL request should be done. This message indicates that the request will be ignored.

System Action: The system waits for you to enter the next statement.

ARI7049EISQL could not complete CANCEL initialization. This session ended. Report this message and the previous SQL message to your system programmer.

Explanation: An SQL error occurred while ISQL was trying to enable CANCEL processing during ISQL startup.

System Action: ISQL startup stops.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7050ICANCEL already in progress.

Explanation: You entered the CANCEL command while your command was already being cancelled.

System Action: This CANCEL command is ignored. Your original CANCEL command processing continues.

ARI7051ERoutine or EXEC processing ended. It was cancelled as you requested or because ISQL detected an error.

Explanation: A routine or EXEC was executing when a CANCEL command was entered. The command could have been entered by the user from the terminal or it could have been read from a routine or EXEC. The CANCEL command could also have been entered by ISQL if an error was detected while processing a routine or EXEC. Additional messages will be displayed when ISQL finds an error condition.

System Action: A ROLLBACK WORK RELEASE is performed. The routine or EXEC is ended immediately. The system waits for you to enter the next statement.

The ROLLBACK RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the ROLLBACK RELEASE action. The SQL user ID and target database name will be reset to their defaults after the ROLLBACK RELEASE action.

User Response: If additional error messages are displayed, correct the error and rerun the the routine or EXEC.

ARI7060IMaximum input length of 2048 characters has been reached. Remainder of input is lost.

Explanation: You entered too many continuation lines. Your input must not be longer than 2 048 characters. The first 2048 characters of your input have been accepted, but the rest is lost.

System Action: The system will try to process your command anyway. More messages will be displayed to let you know whether or not the command was processed successfully.

User Response: If the command you entered was an SQL command, you can shorten it with the CHANGE command so that it is not longer than 2 048 characters. Then enter the START command to process it again.

ARI7061IPrevious input ignored.

Explanation: An IGNORE command was entered on a multi-line input.

System Action: All lines for this multi-line input are ignored. The system waits for you to enter the next statement.

ARI7062EReport the following error to your system programmer. Invalid call to ARIIRWI. Length=0.

Explanation: An ISQL module has called module ARIIRWI, but the length of the information to be displayed is given as 0.

System Action: The error message is displayed and module ARIIRWI returns to the caller. Processing continues.

User Response: Notify your system programmer. Give the system programmer a list of the five previous commands entered.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7063IContinuation character detected and ignored. Make sure your input is correct and without the continuation character.

Explanation: You entered a continuation character on a message reply. The continuation is ignored.

System Action: The system uses the reply without the continuation character as the full reply. If the reply is not valid, the original message will be issued again.

ARI7064IRoutine processing cancelled. The error indicated by a previous message cancelled the processing of your routine, as you requested with the SET RUNMODE command.

Explanation: While a routine was running, an error was detected by ISQL. ISQL cancelled the routine processing because you requested that routines should be cancelled when errors are detected. See the SET RUNMODE command for additional information.

System Action: ISQL issues a ROLLBACK WORK command to undo all work done since the last COMMIT WORK. Routine processing ends. The system waits for you to enter the next statement.

User Response: Correct the cause of the error as indicated by previous error messages, and rerun the routine.

ARI7065IRoutine processing stopped. The error indicated by a previous message has caused processing of your routine to be stopped, as you requested with the SET RUNMODE command.

Explanation: While a routine was running, an error was detected by ISQL. ISQL stopped the routine processing because you requested that routines should be stopped when errors are detected. See the SET RUNMODE command for additional information.

System Action: Routine processing ends. ROLLBACK WORK is not issued. The system waits for you to enter the next statement.

User Response: Correct the cause of the error as indicated by previous error messages, and rerun the routine.

ARI7066IYour input is being held.

Explanation: You entered a HOLD command or pressed the PF9 key. Your command is being held and may be continued.

System Action: The system waits for you to enter the rest of the command, unless the command was complete. If the command was complete, the HOLD command will be processed.

User Response: Press ENTER if the command is complete. If the command is not complete, you may enter the rest of the command, or IGNORE, or CANCEL.

ARI7068IYour input is continued. Enter more input or press Enter.

Explanation: You entered an input line with a continuation character or used PF9. Continue the input and press enter.

System Action: The system waits for you to enter additional input lines.

User Response: Enter additional input lines, IGNORE to have the input ignored, CANCEL to have the command cancelled, or press the ENTER key to have the command processed.

ARI7069IYour input has been held. Use the START command to process your input.

Explanation: You requested that an SQL statement be held by pressing the PF9 key or by entering the HOLD command. The SQL statement is held in the current command buffer. The SQL statement will be processed if you enter a START command or press the PF2 key.

System Action: The system waits for you to enter the next statement.

User Response: Enter another command: START - to start the held statement, CHANGE - to change the held statement, or another command.

ARI7070IRoutine or EXEC processing cancelled. The error indicated by a previous message cancelled the processing of your routine or EXEC, as you requested with the SET RUNMODE command.

Explanation: While a routine or EXEC was running, an error was detected by ISQL. ISQL cancelled the routine or EXEC processing because you requested routines and EXECs be cancelled when errors are detected. See the SET RUNMODE command for additional information.

System Action: ISQL issues a ROLLBACK WORK RELEASE to undo all the work done since the last COMMIT WORK. The routine or EXEC processing will be terminated. The system waits for you to enter the next statement.

The ROLLBACK RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the ROLLBACK RELEASE action. The SQL user ID and target database name will be reset to their defaults after the ROLLBACK RELEASE action.

User Response: Correct the cause of the error as indicated by previous error messages, and rerun the routine or EXEC.

ARI7071IRoutine or EXEC processing stopped. The error indicated by a previous message cancelled the processing of your routine or EXEC, as you requested with the SET RUNMODE command.

Explanation: While a routine or EXEC was running, an error was detected by ISQL. ISQL stopped the routine or EXEC processing because you requested routines and EXECs be stopped when errors are detected. See the SET RUNMODE command for additional information.

System Action: The routine or EXEC processing ends. ROLLBACK WORK is not issued. The system waits for you to enter the next statement.

User Response: Correct the cause of the error as indicated by previous error messages, and rerun the routine or EXEC.

ARI7079IISQL initialization complete.

Explanation: ISQL initialization has completed.

System Action: System waits for you to enter an ISQL or SQL command.

User Response: Enter an ISQL or SQL command.

ARI7080APlease enter an ISQL command or an SQL statement.

Explanation: You must enter a command. A null line will not be accepted.

System Action: The system waits for you to enter a command.

User Response: Enter an ISQL or SQL command.

ARI7085EThere is not enough system storage available. [This SIGNON ended.] Try again later.

Explanation: There is not enough system storage available to support your ISQL session. More storage must be obtained.

System Action: Your signon ends.

User Response: Free some storage and try again. If you still can not signon, notify your system programmer.

ARI7101EInternal processing error. Invalid call to ARIITIO.

Explanation: An internal processing error occurred in ISQL. Module ARIITIO was called to display data, but the length of the data was zero.

System Action: Control is returned to the module that called module ARIITIO. Processing continues.

ARI7102EParameters are not supported on the CMS command.

Explanation: You have entered a CMS command with a parameter. The parameter is ignored. You are placed in the CMS SUBSET environment.

System Action: The system waits for you to enter a CMS SUBSET command (or RETURN to return to ISQL).

ARI7119EISQL has abnormally terminated. Notify your system programmer.

Explanation: A severe error has occurred in ISQL. Your ISQL session ends immediately.

System Action: CMS abend processing and clean-up occurs.

User Response: Report the messages on your screen to your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7120EISQL could not process your command because of a system problem. Your command is too large. Report this problem to your system programmer.

Explanation: One of the following conditions occurred:

System Action: No substitutions were performed. The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Determine which length was exceeded and why. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7121ECommand failed. ISQL could not process your SQL statement because it is too large. Substitutions would make the command line longer than 2048 characters.

Explanation: When substitutions made for the placeholders (&1., &2., etc.), your command was longer than 2048 characters.

System Action: The system waits for you to enter the next statement.

User Response: Change the SQL command so that its total length, including substitutions, is less than 2048 characters.

ARI7123ECommand failed. You entered an invalid character after the  & . Reenter the command with a number between 1 and 9999 following the  & .

Explanation: A nonnumeric character was found after &.

System Action: Parameter substitutions were performed until the invalid character was found. The system waits for you to enter the next statement.

User Response: Replace the invalid character after &, to a number between 1 and 9999 and reenter the command.

ARI7124ECommand failed. You entered a 0 after the  & . Reenter the command with a number between 1 and 9999 following the  & .

Explanation: The first number after the & is a zero, which is not valid.

System Action: Parameter substitutions were performed until the zero was found.

User Response: Change the SQL command so that it no longer has a 0 after the &. The system waits for you to enter the next statement.

ARI7125ECommand failed. You entered a number greater than 9999 after the  & . Reenter the command with a number between 1 and 9999 following the  & .

Explanation: The only valid numbers which can be substituted for a parameter are between 1 and 9999. A number greater than 9999 was found after an &.

System Action: Parameter substitutions are done until the invalid number was found. The system waits for you to enter the next statement.

User Response: Change invalid number to a number between 1 and 9999.

ARI7126ECommand failed. The command line was null after ISQL made substitutions. Change your command or routine and try again.

Explanation: When substitutions made for the placeholders (&1., &2., etc.), your command was null.

System Action: No action is taken. The system waits for you to enter the next statement.

User Response: Change your command or routine and try again.

ARI7127IYour command contains unpaired quotation marks.

Explanation: The command you entered contained either an unpaired single quote (') or an unpaired double quote (").

System Action: The system finishes processing the command with the unpaired quotation mark. The system waits for you to enter the next statement.

User Response: Check the results of the command. If they are not what you wanted, reenter the command.

ARI7128ERun command failed. A command line or data line in your routine is too large. Substitutions would make the line more than 254 characters long.

Explanation: Substitutions made for the placeholders (&1., &2., etc.) would cause a line in your routine to exceed 254 characters. The line is displayed after the message.

System Action: Substitutions were performed until the line would have exceeded 254 characters with the next substitution. The system waits for you to enter the next statement.

User Response: Change the routine so that each line, including substitutions, has fewer than 254 characters.

ARI7180ECommand failed. The ISQLTRACE command has a missing or invalid parameter. Reenter the command specifying DUMP, DISPLAY, or N, where N is the desired number of entries in the trace table. N must be between 50 and 1000.

Explanation: You entered an incorrect option on the ISQLTRACE command.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the command, specifying the option you want.

ARI7181IISQL trace table display


First entry:  address1 
Current entry:  address2 
Last entry:  address3 

Explanation: You entered an ISQLTRACE DISPLAY command.

address1 is the address of the start of the trace table.

address2 is the address of the current entry in the table.

address3 is the address of the last entry in the table (not necessarily the last entry used in the table).

System Action: Trace table entries will be displayed following the heading. They will be displayed in reverse order, starting with the latest entry placed in the table.

ARI7182ECommand failed. The number you specified on the ISQLTRACE command is not between 50 and 1000. Reenter the command specifying a number between 50 and 1000.

Explanation: You did not enter a number between 50 and 1000. When changing the number of entries in the trace table, only the numbers between 50 and 1000 are accepted.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the command with a number from 50 to 1000.

ARI7183ECommand failed. The number you specified on the ISQLTRACE command has more than 4 digits. Reenter the command specifying a number between 50 and 1000.

Explanation: You entered a number that has more than four digits. When changing the number of entries in the trace table, only the numbers between 50 and 1000 are accepted.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the command with a number from 50 to 1000.

ARI7184IISQLTRACE processing complete.

Explanation: The ISQLTRACE command processing you requested is complete.

System Action: The system waits for you to enter the next statement.

ARI7185IThere is not enough storage available to change the number of trace entries in the trace table. The number of entries is unchanged.

Explanation: There was not enough storage available to obtain a new trace table. The size of the trace table remains unchanged.

System Action: The system waits for you to enter the next statement.

User Response: Retry the command later.

ARI7186IThe trace table can now hold number entries.

Explanation: The size of the trace table has been changed to hold the number of entries you specified on the ISQLTRACE command.

number is the number of entries you specified.

System Action: The system waits for you to enter the next statement.

ARI7300ECommand ended. The input command could not be processed because of system problems. You may enter another command.

Explanation: INPUT could not get the storage it needed for processing. INPUT processing ends.

System Action: The INPUT command ended. The system waits for you to enter the next statement.

User Response: You are free to enter another command or INPUT can be tried again. If you enter the INPUT command again and continue to receive this message, notify your system programmer.

System Programmer Response: If this condition persists, increase the size of the user's virtual machine.

ARI7301ECommand failed. Specify the table name on the input command.

Explanation: No table name was specified after INPUT.

System Action: The INPUT command has ended. The system waits for you to enter the next statement. No SQL COMMIT WORK or ROLLBACK WORK has been issued.

User Response: Reenter the INPUT command specifying table name and optionally (column names).

ARI7302ECommand failed. Table name is incorrect. You must use double quotation marks in pairs.

Explanation: During the checking of the table name a double quote was encountered. However, another double quote was not found. They must be specified in pairs.

System Action: The INPUT command has ended. The system waits for you to enter the next statement. No SQL COMMIT WORK or ROLLBACK WORK has been issued.

User Response: Reenter the INPUT command making sure that the double quotes around the table name are specified in pairs.

ARI7303ECommand failed. Table name is incorrect. You must specify the table name after the creator name.

Explanation: During checking of the {owner.}table name, no table name was found after owner.

System Action: The INPUT command has ended. The system waits for you to enter the next statement. No SQL COMMIT WORK or ROLLBACK WORK has been issued.

User Response: Reenter the INPUT command specifying table name after owner.

ARI7304ECommand failed. Column names are specified incorrectly. A left parenthesis must come before column names.

Explanation: During checking of the INPUT command, it was discovered that the column names did not start with a left parenthesis.

System Action: The INPUT command has ended. The system waits for you to enter the next statement. No SQL COMMIT WORK or ROLLBACK WORK has been issued.

User Response: Reenter the INPUT command. Make sure that any column names specified begin with a left parenthesis "(" and end with a right parenthesis ")" as required.

ARI7305ECommand failed. Column names are specified incorrectly. A right parenthesis must follow column names.

Explanation: During checking of the INPUT command it was discovered that the column names did not end with a right parenthesis.

System Action: The INPUT command has ended. The system waits for you to enter the next statement. No SQL COMMIT WORK or ROLLBACK WORK has been issued.

User Response: Reenter the INPUT command. Make sure that any column names specified begin with a left parenthesis "(" and end with a right parenthesis ")" as required.

ARI7306EThe input command is ending. Read the previous SQL error message and its action for the reason.

Explanation: INPUT cannot continue processing for reasons described by the SQL error message printed prior to this one.

System Action: INPUT is ending. A ROLLBACK WORK will be issued for a user-entered or system-entered CANCEL, or if SET AUTOCOMMIT is ON. If SET AUTOCOMMIT is OFF and INPUT is not being ended because of a CANCEL, a ROLLBACK WORK will not be performed. INPUT ends. The system waits for you to enter the next statement.

User Response: Read the SQL error message and its action. If the problem is still unclear, notify your system programmer. Otherwise, take action to correct the problem and enter the INPUT command again.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7307AEnter data values, separated by commas, for the following columns. Enclose character data in single quotation marks.

Explanation: Enter data for the columns specified after this message. The character data must be enclosed in single quotes.

System Action: Immediately following this message the system writes the names of the columns for which you are to enter data, the data type, and whether null values are allowed in this field. The keyboard is then unlocked and you are requested to enter data or an INPUT command.

User Response: You should note this carefully. You will be asked to enter data soon. Data must be entered in the order specified and must be separated by commas.

ARI7308AData not accepted. Reenter data row.

Explanation: INPUT encountered a problem as described by the SQL error message printed prior to this one. The data could not be processed.

System Action: The data just entered was not accepted. No other data has been lost. You are asked to enter data or another INPUT command.

User Response: Read the SQL error message and its action. If the problem is still unclear, notify your system programmer. Otherwise, if you want this data entered into the table, correct the problem and enter it again.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7309ECommand failed. At least one space must separate table name and column names.

Explanation: During checking of the INPUT command, a left parenthesis "(" was found as the next character after table name. There must be at least one blank between the table name and the start of the column names.

System Action: The INPUT command has ended. The system waits for you to enter the next statement. No SQL COMMIT WORK or ROLLBACK WORK has been issued.

User Response: Reenter the INPUT command. Put at least one blank between table name and the left parenthesis "(" which starts the specification of column names.

ARI7310ECommand ignored. Input cannot process this ISQL command. Reenter this command after you finish using the INPUT command.

Explanation: The ISQL command entered was not valid at this time.

System Action: The command is ignored. You are asked to enter more data or an INPUT command.

User Response: If you want the command to be processed, bypass the INPUT command by typing END or CANCEL. Otherwise, enter more data or an INPUT command.

ARI7311ECommand ignored. You entered neither data nor a valid input command. Try again.

Explanation: You entered neither data nor a valid INPUT command.

System Action: The command is ignored. The system waits for you to enter either data or an INPUT command.

User Response: Enter either data or an INPUT command.

ARI7312ISince AUTOCOMMIT is OFF, SAVE was ignored. To commit data, enter an END command and then a COMMIT statement.

Explanation: Normally, INPUT will commit the data you entered into the table when you enter SAVE. Because you entered SET AUTOCOMMIT OFF before you entered INPUT, you will have to commit data into the table yourself with the COMMIT statement.

System Action: No action is taken. The system asks you to enter more data or an INPUT command.

User Response: If you want to commit your data now, leave INPUT by entering the END command. To commit your data, enter a COMMIT statement. Otherwise, enter either more data or an INPUT command.

ARI7313ICommand processing continuing. Excess parameters on  command  are ignored.

Explanation: During checking of the command (where command is SAVE, BACKOUT, or END) a parameter was discovered. Parameters are not valid.

System Action: The parameter is ignored. Processing of the command continues.

ARI7314ISAVE processing is complete.

Explanation: The data which you had previously entered was committed to a DB2 Server for VM table.

System Action: The system waits for you to enter data or another INPUT command.

ARI7315ESAVE command failed. No data was committed to the table. The INPUT command has ended. Notify your system programmer.

Explanation: ISQL tried to save your input data by issuing a COMMIT WORK command. An error occurred as described in the SQL error message above.

System Action: The system will issue a ROLLBACK WORK. INPUT processing has ended.

User Response: Read the SQL error message and its action. Notify your system programmer. You are free to enter another ISQL command. You will not be able to enter another SQL command during this session.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7316ESince AUTOCOMMIT is OFF, BACKOUT was ignored. To ROLLBACK data, enter an END command and then a ROLLBACK statement.

Explanation: Normally, INPUT will roll back the data you entered into the table when you enter BACKOUT. Because you entered SET AUTOCOMMIT OFF before you entered INPUT, you will have to roll back data yourself with the ROLLBACK statement.

System Action: No action is taken. The system asks you to enter more data or an INPUT command.

User Response: If you want to roll back your data now, leave INPUT mode by entering the END command. To roll back your data, enter a ROLLBACK statement. Otherwise, enter either more data or an INPUT command.

ARI7317IBACKOUT processing is complete.

Explanation: The data which you had previously entered was rolled back from the table.

System Action: The system waits for you to enter the next statement.

ARI7318EBACKOUT command failed. The INPUT command has ended. Notify your system programmer.

Explanation: ISQL tried to backout the data by issuing an SQL ROLLBACK WORK command. This command encountered an error specified by the SQL error message above.

System Action: The database manager will roll back your input during error processing. INPUT processing has ended. The system waits for you to enter the next statement.

User Response: Read the SQL error message and its action and notify your system programmer. You are free to enter another ISQL command. You cannot enter another SQL command during this session.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7319ISince AUTOCOMMIT is OFF, END does not commit data into the table. Enter a COMMIT statement to save your data.

Explanation: Normally, INPUT will commit the data you entered into the table when you enter END. Because you entered SET AUTOCOMMIT OFF before you entered INPUT, you will have to commit data into the table yourself with the COMMIT statement.

System Action: No action is taken. The INPUT command has ended. The system waits for you to enter the next statement.

User Response: If you want to commit data now, enter a COMMIT statement. Otherwise, you are free to enter another command.

ARI7320IEND committed data to the table.

Explanation: The data which you had previously entered was committed to the DB2 Server for VM table.

System Action: INPUT is ending. The system waits for you to enter the next statement.

ARI7321EAn error occurred during END command processing. Read the previous SQL error message and its action. The database manager issued a ROLLBACK statement.

Explanation: ISQL tried to save the input data by issuing a COMMIT statement. This statement encountered an error specified by the SQL error message above.

System Action: The system issued a ROLLBACK statement. Input will end. The system waits for you to enter the next statement.

User Response: Read the SQL error message and its action. Notify your system programmer. You are free to enter another ISQL command. You cannot enter another SQL statement during this session.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7322IThe INPUT command completed.

Explanation: INPUT processing has completed.

System Action: The system waits for you to enter the next statement.

ARI7323IYou ended the INPUT command by entering a CANCEL command.

Explanation: INPUT processing has completed as a result of entering the CANCEL command.

System Action: The system waits for you to enter the next statement.

ARI7324EThe INPUT command rolled back all your data.

Explanation: ISQL tried to insert data into the table you specified. An error occurred as described in the SQL error message above.

System Action: INPUT processing cannot continue. ISQL has issued a ROLLBACK WORK command. INPUT processing has ended. The system waits for you to enter the next statement.

User Response: Read the SQL error message and its action. If the problem is still unclear, notify your system programmer. Otherwise, you are free to enter another command.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7325IThe system completed the INPUT command.

Explanation: INPUT processing completed as a result of system problems encountered during INPUT command processing.

System Action: The system waits for you to enter the next statement.

User Response: Read the SQL error message and its action. If the problem is still unclear, notify your system programmer. Otherwise, you are free to enter another command.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7326ANo data was entered. Enter data or an INPUT command.

Explanation: You pressed the ENTER key with nothing or a line of blanks on the input line.

System Action: No action is taken. The system waits for you to enter data or another INPUT command.

User Response: Enter either data or an INPUT command.

ARI7327EThe INPUT command failed. INPUT was entered from a routine, but was not complete. Insert an END command after the last DATA or INPUT command.

Explanation: Because INPUT was started from a routine, all data or INPUT commands must be entered from the routine also. INPUT is trying to process more data or an INPUT command, but there were no more records in the routine.

System Action: The system has issued a CANCEL command and a ROLLBACK WORK command. INPUT processing has ended. The system waits for you to enter the next statement.

User Response: Examine the routine just executed. For INPUT to finish properly, an END command should be inserted where you want the INPUT command to end. You are also free to enter another command.

ARI7328ECommand failed. You specified the column names incorrectly. Column names must be specified between parentheses.

Explanation: During checking of the INPUT command, it was discovered that parentheses were coded after the table name. However, no column names were written between the parentheses.

System Action: The INPUT command has ended. The system waits for you to enter the next statement.

User Response: Resubmit the INPUT command. If you want all columns, type just the table name. If you want specific columns, type them between the parentheses.

ARI7329ECommand failed. You specified the column names incorrectly. They must begin with a letter, $, #, or @ unless they are enclosed in double quotation marks.

Explanation: During checking of the INPUT command, it was discovered that one or more of the column names began with a character other than a letter, $, #, or @. This is not valid.

System Action: The INPUT command has ended. The system waits for you to enter the next statement.

User Response: Resubmit the INPUT command. If all column name or names in error begin with a character other than a letter, $, #, or @, you must enclose the name in double quotes ("). Otherwise, find the correct column name or names. The column name or names in error do not exist.

ARI7330EThe INPUT command failed. A routine or an EXEC issued an incomplete INPUT command. Insert an END command after the last DATA or INPUT command.

Explanation: Since input was initiated from a routine or an EXEC, all data or INPUT commands must also be entered from the routine or EXEC. Input is trying to process more data or an INPUT command, but there were no more records in the routine or EXEC.

System Action: The system has issued a CANCEL command and a ROLLBACK WORK RELEASE command. INPUT processing has ended. The system waits for you to enter the next statement.

User Response: Examine the routine or EXEC just executed. For input to finish properly, an END command should be inserted where you want the INPUT command to end. You are also free to enter another command.

ARI7350ERUN processing cancelled. You have a RUN command in your routine. Remove the RUN command from the routine.

Explanation: RUN is not a valid command in a routine.

System Action: An internal cancel is issued. The system waits for you to enter the next statement.

User Response: Take the RUN command out of the routine.

ARI7351ERUN command failed. You did not specify a routine name. Reenter the RUN command with a routine name.

Explanation: You must specify the name of the routine to be executed on the RUN command. The format is: RUN userid.routine name parameters.

System Action: Command processing failed. The system waits for you to enter the next statement.

User Response: Reenter the RUN command with a routine name.

ARI7354ERUN command failed. The RUN command cannot find the  userid .ROUTINE table. Reenter the RUN command using a valid user ID or create the routine table.

Explanation: The specified ROUTINE table does not exist.

System Action: The RUN command failed. The system waits for you to enter the next statement.

User Response: Reenter the RUN command specifying the proper user ID; or, if the ROUTINE table does not exist, it must be created using the CREATE TABLE command. See the DB2 Server for VSE & VM Interactive SQL Guide and Reference manual for information on creating and using routines.

ARI7355ERUN command failed. The RUN command cannot find the  named  routine. Reenter the RUN command with a valid routine name.

Explanation: The named routine could not be found.

System Action: The RUN command failed. The system waits for you to enter the next statement.

User Response: Reenter the RUN command using a valid routine name.

ARI7357ERUN command failed. The RUN command cannot finish because of a system error. Notify your system programmer.

Explanation: While the system was trying to process the routine an internal error occurred. The messages preceding this message describe the internal error.

System Action: The RUN command failed. The system waits for you to enter the next statement.

User Response: Save the associated error messages and notify your system programmer. Enter another command.

System Programmer Response: Use the SQL error code specified in the previously issued error message to determine the proper course of action. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7358ERUN command failed. The { userid|name } must be 8 characters or less. Reenter the RUN command.

Explanation: The user ID or name specified on the RUN command was larger than 8 characters. The maximum size of the user ID or name field is 8.

System Action: RUN processing failed. The system waits for you to enter the next statement.

User Response: Reenter the RUN command specifying a user ID or name of not more than 8 characters.

ARI7359ERUN command failed. Rebuild the routine table with the SEQNO column defined as SMALLINT or INTEGER, and NOT NULL.

Explanation: The ROUTINE table must be created with a SEQNO column defined with a data type of SMALLINT or INTEGER, and NOT NULL.

System Action: The system waits for you to enter the next statement.

User Response: Enter a DROP TABLE command for the ROUTINE table, and a CREATE TABLE command to rebuild it. Specify SMALLINT or INTEGER as the data type for the SEQNO column. See the DB2 Server for VSE & VM Interactive SQL Guide and Reference manual for information on creating and using routines.

ARI7360ERUN command failed. You cannot use the  userid .ROUTINE table again in this session. Enter another command.

Explanation: The system was not successful in closing the cursor for this table.

System Action: RUN processing failed. The system waits for you to enter the next statement.

User Response: Save the associated error messages and notify your system programmer.

System Programmer Response: Use the SQL error code specified in the previously issued error message to determine the proper course of action. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7361IRUN command is processing normally. However, an empty command line was encountered in the routine. The empty line is ignored.

Explanation: While the system was processing the commands in the specified routine a null line was encountered.

System Action: The line is ignored and normal processing continues.

User Response: Remove the null line from the routine if you do not want to get this message.

ARI7362ERUN command ended abnormally because of a parameter substitution error. Correct the error and reenter the RUN command.

Explanation: During RUN command parameter substitution, an error occurred which caused substitution to end. The message which precedes this message states the cause of the error.

System Action: The RUN command failed. The system waits for you to enter the next statement.

User Response: Use the message which precedes this message to correct the parameter substitution error. Reenter the RUN command.

ARI7363ERUN command failed. Rebuild the routine table with the command column defined as VARCHAR.

Explanation: The ROUTINE table must be created with the COMMAND column as VARCHAR.

System Action: The system waits for you to enter the next statement.

User Response: Enter a DROP TABLE command to delete the ROUTINE table and a CREATE TABLE command to rebuild it. See the DB2 Server for VSE & VM Interactive SQL Guide and Reference manual for information on creating and using routines.

ARI7364ERUN processing cancelled. You have a RUN command in your routine or EXEC. Remove the RUN command from the routine or EXEC.

Explanation: RUN is not a valid command in a routine or an EXEC.

System Action: An internal CANCEL is issued. This action involves a ROLLBACK WORK RELEASE. The system waits for you to enter the next statement.

The ROLLBACK RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the ROLLBACK RELEASE action. The SQL user ID and target database name will be reset to their defaults after the ROLLBACK RELEASE action.

User Response: Take the RUN command out of the routine or EXEC.

ARI7398IProfile processing is starting.

Explanation: ISQL initialization found either a master, user, or signon PROFILE routine and is processing it.

System Action: The appropriate routines are run.

ARI7399IThe ISQL default profile values are in effect.

Explanation: A PROFILE routine did not exist in the SQLDBA.ROUTINE table or in the userid.ROUTINE table. A routine was not specified as a parameter on the signon.

System Action: ISQL signon processing continues using system values.

User Response: If you want to know what values are in effect, enter the LIST SET command.

ARI7500ECommand failed. You can only issue a FORMAT command during a query result. Enter an SQL SELECT before issuing a FORMAT command.

Explanation: You tried to format the screen when there was no SELECT command active.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Enter a SELECT command or start a SELECT command before you enter the FORMAT command.

ARI7501ECommand processing stopped. You entered an incorrect keyword  token  on the FORMAT command. Reenter the FORMAT command with one or more of the following keywords: ON, OFF, SUBTOTAL, TOTAL, GROUP, OUTLINE, SEPARATOR, VARCHAR, NULL, TTITLE, BTITLE, COLUMN, EXCLUDE, or INCLUDE.

Explanation: You entered an incorrect keyword on the FORMAT command. One or more of the following keywords must be specified after the FORMAT command: ON, OFF, SUBTOTAL, TOTAL, GROUP, OUTLINE, SEPARATOR, VARCHAR, NULL, TTITLE, BTITLE, COLUMN, EXCLUDE, or INCLUDE.

token is the incorrect keyword you entered.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Enter FORMAT with one or more of the correct keywords.

ARI7502IThe  keyword  indicator was previously  old setting . It is now  new setting .

Explanation: This message shows the setting of the FORMAT keyword that you have just changed.

keyword is the keyword you entered on the FORMAT command.

old setting is the previous setting of the FORMAT keyword.

new setting is the new setting of the FORMAT keyword.

System Action: The system sets the indicator as specified by the command.

ARI7503IISQL erased the bottom title for this query.

Explanation: The bottom title for this query has been erased.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7504ECommand processing stopped. You entered an incorrect option  token  for the FORMAT  keyword  command. Reenter FORMAT  keyword  command with ON or OFF.

Explanation: You entered an incorrect option on the FORMAT command.

token is the incorrect option you entered.

keyword is the keyword you entered after the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the command with a valid option. The valid options are ON and OFF.

ARI7505ECommand processing stopped. The number after the  keyword  keyword cannot be more than 8 digits long. Try again.

Explanation: A number you entered was too large. The field allows 8 digits, including leading zeros.

keyword is the keyword you entered.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the command with a number from 1 to 254.

ARI7506IThe width you specified for column  column id  is too large. WIDTH has been changed to 254 bytes.

Explanation: You entered a width greater than 254. The system has set the width of the column to the maximum of 254.

column id is the column id you entered.

System Action: The command is processed as if the command FORMAT COLUMN column id WIDTH 254 had been entered.

User Response: If you do not want a width of 254, reenter the command with a width less than 254.

ARI7507ECommand processing stopped. Enter a number after the  keyword  keyword. Try again.

Explanation: A nonnumeric value was specified for a numeric option.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the command using a number as the option.

ARI7508ECommand processing stopped. You must enter an option after the  keyword  keyword. Try again.

Explanation: You did not enter any option for the keyword specified in the message. No default action is taken.

keyword is the keyword you entered.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the command, specifying the desired option.

ARI7509IYou entered a null string longer than 20 characters. Only the first 20 characters were used.

Explanation: You entered a null string specification that is too long. The first 20 characters are accepted as the string; the rest are ignored.

System Action: The command is processed with first 20 characters.

User Response: If you do not want the shortened string as your null string, reenter the command with a new string. The new string must not be longer than 20 characters.

ARI7510IYou have not defined a bottom title.

Explanation: No bottom title (BTITLE) is defined now.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: If you want a bottom title, use the FORMAT BTITLE command to define one.

ARI7511I keyword value  is greater than the page width. Information will be truncated if printed.

Explanation: WARNING: Because the keyword value is greater than the page width, it will be truncated when printed.

keyword value is the keyword value you entered.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: To avoid truncating the data, specify a number smaller than the page size.

ARI7512IYou entered a top or bottom title longer than 100 characters. Only the first 100 characters will be used.

Explanation: A top or bottom title can be at most 100 characters. The first 100 characters are accepted; the rest are ignored.

System Action: Title is set to the first 100 characters you entered.

User Response: If you do not want the shortened title, reenter the FORMAT TTITLE or FORMAT BTITLE command with a different title. The new title must not be longer than 100 characters.

ARI7513ECommand processing stopped. You entered an incorrect column ID  token  after the FORMAT  keyword  command. Reenter the command with a correct column ID. Only the first 45 columns can be formatted.

Explanation: You entered an incorrect column id after the FORMAT command.

token is the column id you entered.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with one or more column ids. Column id must be either a column name or a column number. If you enter more than one column id, they must be enclosed in parentheses.

ARI7514ECommand processing stopped. You can only enter a FORMAT SUBTOTAL command after you enter a FORMAT GROUP command.

Explanation: To enter a subtotal command, a FORMAT GROUP command must have been previously entered. The command is ignored.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Enter FORMAT GROUP; then reenter the FORMAT SUBTOTAL command.

ARI7515ECommand processing stopped. Column  column id  is not a numeric column. Reenter the FORMAT  keyword  command using a numeric column.

Explanation: You tried to enter a FORMAT DECIMAL or FORMAT ZEROS command on a nonnumeric column.

column id is the column id you entered.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command using a numeric column.

ARI7516IYou entered a column name longer than 30 characters on the FORMAT  keyword  command. Only the first 30 characters were used.

Explanation: A column name can be at most 30 characters. The first 30 characters are accepted; the rest are ignored.

keyword is the keyword you entered on the FORMAT command.

System Action: The column name is set to or used as the first 30 characters you entered.

User Response: If you do not want the shortened name, reenter the FORMAT command with a new name. The new name must not be longer than 30 characters.

ARI7517ECommand processing stopped. You entered an incorrect column width for column  column id . Reenter the FORMAT command with a column width from 1 to 254 characters.

Explanation: The column width must be a number from 1 to 254.

column id is the column id you entered.

System Action: Command processing has been stopped at the column id indicated in the message. Any keywords before the keyword associated with this column id have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with a column width from 1 to 254.

ARI7518ECommand processing stopped. The DPLACES value for column  column id  is too large. The number of decimal places must be less than the column width. Try again.

Explanation: The width of a column must be at least one larger than the number of decimal places specified for that column.

column id is the column id you entered.

System Action: The command is ignored. Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: You can either increase the column width so that it is larger than the number of decimal places, or decrease the number of decimal places so that a smaller column size can be specified.

ARI7519ECommand processing stopped. Specify a number for the number of decimal places. Try again.

Explanation: The FORMAT COLUMN column id DPLACES command must be followed by a number. The number of decimal places must also be less than the width of the column.

System Action: Command processing has been stopped at the DPLACES keyword in error. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT COLUMN column id DPLACES command with a valid number.

ARI7520ECommand processing stopped. You entered an incorrect option  token  on the FORMAT COLUMN  column id  command. Reenter the command with one or more of the following options: WIDTH, ZEROS, DPLACES, or NAME.

Explanation: You entered an incorrect option on the FORMAT COLUMN command.

token is the incorrect option you entered.

column id is the column id you entered.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with one or more of the options listed in the message.

ARI7521IAll columns are included.

Explanation: If the FORMAT INCLUDE command is entered without any column ids being specified, all columns are included.

System Action: All columns are included in the display.

User Response: None if this is the desired result. Otherwise, exclude the columns you do not want included.

ARI7522IBecause you did not specify any column IDs, all columns will be displayed.

Explanation: You entered a FORMAT EXCLUDE ALL BUT or FORMAT INCLUDE ONLY command without any column ids. Therefore, all columns are included in the display.

System Action: All columns are included in the display. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: You can enter a FORMAT INCLUDE command for the columns you want included.

ARI7523ECommand processing stopped. Column ID  column id  is not one of the first 45 columns. ISQL can only format the first 45 columns.

Explanation: You tried to format a column that is not one of the first 45 columns.

column id is the column id you entered.

System Action: Command processing has been stopped at the column id indicated in the message. Any keywords before the keyword associated with this column id have been processed; all other keywords are ignored.

User Response: Enter a new SELECT command that will make this column one of the first 45 columns. Then reenter the FORMAT command.

ARI7524IBottom title is  btitle .

Explanation: The bottom title is now the value btitle.

btitle is the current bottom title.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7525ITop title is  ttitle .

Explanation: The top title is now the value ttitle.

ttitle is the current top title.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7526ECommand processing stopped. Zero is not a valid value for  keyword . Reenter the command with a value greater than zero.

Explanation: You entered 0. Zero is not an acceptable value for this keyword.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with a value greater than zero.

ARI7527I{Top|Bottom} title is too long to print on one line. When you print your report, part of the title may not appear.

Explanation: The title will not fit on one line. The last part of the title may be cut off when your report is printed.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: None, if you don't mind the shortened title. Otherwise, enter a shorter title, using the FORMAT command.

ARI7528IYou did not enter the keyword BLANKS on your FORMAT SEPARATOR command. The number itself is used as your column separator.

Explanation: The number you entered will be used as the column separator, not as the number of blanks between your columns.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: None, unless you want blanks between your columns. In that case, you must reenter the FORMAT SEPARATOR command with the keyword BLANKS.

ARI7529IThe top title has been erased. The first 100 characters of the SQL SELECT statement will be used as the top title.

Explanation: Your top title has been erased. The first 100 characters of the SELECT command will be used as the top title on your report.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7530ECommand processing stopped. A right parenthesis is missing on the FORMAT  keyword  command. Reenter the command with matching parentheses.

Explanation: You entered a left parenthesis without a matching right parenthesis.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with matching parentheses.

ARI7531IThe separator you entered was too long. The separator length has been shortened to 254 bytes.

Explanation: The length of the separator cannot be greater than 254.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: None, if you do not mind the shortened separator. Otherwise, enter a shorter separator, using the FORMAT command.

ARI7532IYou cannot do the GROUP and SUBTOTAL on the same column. Column  column id  has been ignored in the FORMAT  keyword  command, but processing continues.

Explanation: You tried to group and subtotal on the same column. Only one will be done. The message states which keyword will not be processed.

column id is the column id you entered.

keyword is the keyword you entered on the FORMAT command.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: If you don't want this result, reformat your display. See the DB2 Server for VSE & VM Interactive SQL Guide and Reference manual.

ARI7533IBecause there are no columns to group, subtotaling will no longer be done.

Explanation: You entered a FORMAT GROUP ERASE command, so there are no more columns to group by. Therefore, subtotaling can no longer be done.

System Action: All subtotals are erased. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: If you want subtotals, enter a FORMAT GROUP command followed by a FORMAT SUBTOTAL command.

ARI7534ECommand processing stopped. You entered an incorrect column ID  token  on the FORMAT  keyword  command. All columns will be displayed. Reenter the command with a correct column ID.

Explanation: You entered either FORMAT EXCLUDE ALL BUT or FORMAT INCLUDE ONLY with an incorrect column id. All columns will be included in the display.

token is the incorrect column id you entered.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with one or more column ids. Column id must be either a column name or a column number. If you enter more than one column id, they must be enclosed in parentheses.

ARI7535ECommand processing stopped. You did not enter any column IDs between the parentheses on the FORMAT  keyword  command. All columns will be included in the display. Reenter the FORMAT  keyword  command with a list of column IDs.

Explanation: You did not enter any column ids between the parentheses on your FORMAT command.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with a list of column ids between the parentheses.

ARI7537ECommand processing stopped. You did not enter any column IDs between the parentheses on the FORMAT  keyword  command. Reenter the FORMAT  keyword  command with a list of column IDs.

Explanation: You did not enter any column ids between the parentheses on the FORMAT command.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Reenter the FORMAT command with a list of column ids between the parentheses.

ARI7539IThe VARCHAR value you entered was too large. The VARCHAR size has been changed to 254 bytes.

Explanation: You entered a FORMAT VARCHAR command with a value greater than 254.

System Action: The command was processed with a VARCHAR size of 254.

ARI7543IYour display data exceeds 45 columns. When using ISQL, no more than 45 columns can be displayed or formatted. Only the first 45 columns you selected will be displayed.

Explanation: ISQL allows a maximum of 45 columns to be displayed or formatted. Any additional columns will not be displayed.

System Action: The command is processed normally. Only the first 45 columns will be displayed.

User Response: If you want to display columns beyond the first 45, enter a SELECT command specifically requesting those columns.

ARI7544IMore than one data row was affected by the previous statement. If you do not want the work committed, issue CANCEL or ROLLBACK. If you want the work committed, enter any other statement.

Explanation: An INSERT, DELETE, or UPDATE command affected more than one row and the AUTOCOMMIT is delayed.

If referential constraints exist with a rule of SET NULL or CASCADE then some of the affected rows may be in dependent tables.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: You can either continue with work (thereby committing the previous work), or enter CANCEL or ROLLBACK.

ARI7545ECommand processing stopped. Your FORMAT command needs a keyword. Enter FORMAT with one or more of the following keywords: ON, OFF, SUBTOTAL, TOTAL, GROUP, OUTLINE, SEPARATOR, VARCHAR, NULL, TTITLE, BTITLE, COLUMN, EXCLUDE, or INCLUDE.

Explanation: You entered a FORMAT command without any keywords.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Enter the command with one or more valid keywords.

ARI7546ECommand processing stopped. Your FORMAT  keyword  command needs an option. Reenter the FORMAT  keyword  command with ON or OFF.

Explanation: You entered an incomplete FORMAT command. The keyword must be followed by a value of ON or OFF.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Enter the command with a valid option, either ON or OFF.

ARI7547ECommand processing stopped. Your FORMAT  keyword  command needs a column ID. Reenter FORMAT  keyword  command with a column ID. Only the first 45 columns can be formatted.

Explanation: You entered an incomplete FORMAT command. The keyword must be followed with a column id.

keyword is the keyword you entered on the FORMAT command.

System Action: Command processing has been stopped at the keyword indicated in the message. Any keywords before this keyword have been processed; all other keywords are ignored.

User Response: Enter the command with a column id.

ARI7550DWarning: A logical unit of work is in progress. If an SQL error occurs, a ROLLBACK may result that will undo all the work you have done since the start of the logical unit of work. Do you want to process the statement anyway? Enter 0(No) or 1(Yes).

Explanation: AUTOCOMMIT is OFF. Therefore, if an SQL error occurs while processing your statement, everything in this logical unit of work will be rolled back.

System Action: The system waits for you to enter 0 (NO) or 1 (YES).

User Response: If you are not worried about losing any work you have done, enter 1. To save the work you have done before processing this statement, enter 0. Then you can enter COMMIT or SET AUTOCOMMIT ON. Then you can reenter your statement.

ARI7551IStatement cancelled as requested.

Explanation: You entered CANCEL.

System Action: The statement in process is cancelled, and a ROLLBACK RELEASE is done. The system waits for you to enter the next statement.

The ROLLBACK RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the ROLLBACK RELEASE action. The SQL user ID and target database name will be reset to their defaults after the ROLLBACK RELEASE action.

ARI7552ECommand failed. You did not enter the name on the  cmd  command.

Explanation: You did not enter the name parameter required by the command specified in the message.

cmd is the command you entered.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the command with the name of the stored SQL statement you want.

ARI7553ECommand failed. Name entered is longer than 8 characters. Reenter the command with a name that is 8 or less characters long.

Explanation: You entered a stored query name that was longer than 8 characters.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the command with an alphanumeric name of up to 8 characters.

ARI7554IThere is no previous SQL statement to recall.

Explanation: You tried to do a RECALL PREVIOUS, but there is no previous SQL statement to recall.

System Action: The system waits for you to enter the next statement.

ARI7555IThere is no current SQL statement to recall.

Explanation: You tried to do a RECALL, but there is no current SQL statement to recall.

System Action: The system waits for you to enter the next statement.

ARI7556ECommand failed. There is no current SQL statement to store.

Explanation: You tried to store an SQL statement, but there is no SQL statement to store.

System Action: The system waits for you to enter the next statement.

ARI7557IExcess keywords after the  ISQL command  command are ignored.

Explanation: There are extra keywords on the ISQL command. They are ignored.

ISQL command is the name of the command you entered.

System Action: The command is processed. The extra data is ignored.

ARI7558ECommand failed. Stored query table not found. Notify your system programmer.

Explanation: SQLDBA.STORED QUERIES table was either not created at installation, or was dropped.

System Action: The command is not processed.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7559ICommand ended as requested.

Explanation: You asked for the command to be ended.

System Action: The system waits for you to enter the next statement.

ARI7560ECommand failed. The SQL statement you wanted to  ISQL command  was not found. Try again.

Explanation: You entered an ISQL command with an SQL statement name that was not found.

ISQL command is the ISQL command you entered.

System Action: The system waits for you to enter the next statement.

User Response: Check the spelling of the SQL statement name you entered, or enter LIST SQL * to see the names of your stored SQL statements. Then reenter your ISQL command.

ARI7561ECommand failed. You entered a RENAME command without a new name for your stored SQL statement. Reenter the RENAME command with the old name followed by the new name.

Explanation: You tried to rename a stored SQL statement, but you did not enter a new name for the command.

System Action: The system waits for you to enter the next statement.

User Response: To rename your stored SQL statement, reenter the RENAME command with the old name followed by the new name.

ARI7563ECommand failed. A stored SQL statement named  name  already exists. Choose another name and try again.

Explanation: You tried to rename a stored SQL statement. The new name you chose already exists, so you must choose another name.

name is the name you entered as the new name for the SQL statement.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the RENAME command with a different new name. To see the names of the SQL statements you have already stored, enter LIST SQL *.

ARI7564ECommand failed because of an SQL error. Notify your system programmer.

Explanation: AUTOCOMMIT is ON. An SQL error has occurred while trying to commit work for your ISQL command.

System Action: The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7568ECommand failed because of an SQL error. A ROLLBACK statement has been issued.

Explanation: An SQL error has occurred that forced a ROLLBACK to be issued. All work in this logical unit of work has been rolled back.

System Action: A ROLLBACK has been issued. The system waits for you to enter the next statement.

User Response: Read the previous SQL error message and, if necessary, notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7569ECommand failed because of an SQL error.

Explanation: An SQL error occurred which caused the system to stop processing your command.

System Action: The system waits for you to enter the next statement.

User Response: Read the previous SQL error message and, if necessary, notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7570IProcessing for the  ISQL command  command is complete.

Explanation: Processing is done for the indicated command.

ISQL command is the name of the command you entered.

System Action: The system waits for you to enter the next statement.

ARI7572ECommand failed. You cannot use the word PREVIOUS. Reenter the command with a different name.

Explanation: PREVIOUS is a reserved word used to refer to the previous SQL statement. You cannot STORE, ERASE, or RENAME an SQL statement with a name of PREVIOUS. You can RECALL PREVIOUS.

System Action: The command is ignored; no processing is done. The system waits for you to enter the next statement.

User Response: Reenter the command with a different name.

ARI7574ECommand failed. No SQL statement found on the HOLD command.

Explanation: You entered a HOLD command without including an SQL statement.

System Action: The command is ignored; no processing is done. The system waits for you to enter the next statement.

User Response: Reenter the HOLD command, including the SQL statement.

ARI7575ECommand failed. An invalid SQL statement was found on the HOLD command.

Explanation: You entered a HOLD command with an invalid SQL statement.

System Action: The command is ignored; no processing is done. The system waits for you to enter the next statement.

User Response: Reenter the HOLD command with a valid SQL statement.

ARI7576DEnter END, REPLACE, or a new name which is 1 to 8 characters long. You cannot choose the word PREVIOUS as a name.

Explanation: Your reply to message ARI7577D could not be used as a stored SQL statement name.

System Action: The system waits for your reply. If the reply is REPLACE, the stored SQL statement is replaced. If the reply is END, processing of the store command ends. If a name other than PREVIOUS is entered, the SQL statement is stored under the new name.

User Response: Enter REPLACE, END, or a new name for the SQL statement.

ARI7577DA stored SQL statement named  name  already exists. Enter a new name to store the SQL statement, or enter one of the following keywords: REPLACE - to replace the existing stored SQL statement, or END - to end the store command processing.

Explanation: The system cannot store the SQL statement under the name you have given it because that name is already in use.

name is the name you entered for the SQL statement.

System Action: The system waits for your reply. If the reply is REPLACE, the stored SQL statement is replaced. If the reply is END, processing of the store command ends. If a name other than PREVIOUS is entered, the SQL statement is stored under the new name.

User Response: Enter REPLACE, END, or a new name for the SQL statement to be stored.

ARI7578IThe SQL statement named  name  has been stored.

Explanation: This message indicates that the SQL statement has been stored.

name is the SQL statement name you entered.

System Action: The system waits for you to enter the next statement.

ARI7579IThe stored SQL statement named  name  has been replaced.

Explanation: This messages indicates that the previous copy of the stored SQL statement has been replaced.

name is the SQL statement name you entered.

System Action: The system waits for you to enter the next statement.

ARI7580IThe processing to store the SQL statement named  name  has been stopped by your request. The SQL statement has not been stored.

Explanation: This message indicates that, at your request, the storing of the SQL statement has not been done. This message is displayed when you reply END to message ARI7576D or message ARI7577D.

name is the SQL statement name you entered.

System Action: The system waits for you to enter the next statement.

ARI7581IThere was no stored SQL statement named  name . Your SQL statement has been stored as a new command.

Explanation: This message is displayed when the STORE command is entered with the REPLACE option, but there is no stored SQL statement by that name to be replaced.

name is the SQL statement name you entered.

System Action: The system stores your SQL statement as a new command. The system waits for you to enter the next statement.

ARI7582IREPLACE is the only optional keyword on the STORE command.  token  has been ignored.

Explanation: This message indicates that excess data was found on the STORE command, instead of the optional keyword REPLACE.

token is the excess data on the STORE command.

System Action: The STORE command processing continues.

ARI7583ECommand failed because of an error in STORE command processing. Notify your system programmer.

Explanation: An error condition occurred in the processing of the STORE command.

System Action: The command is not processed.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7585IThe stored SQL statement named  name  has been erased.

Explanation: This message indicates that a stored SQL statement has been erased.

name is the SQL statement name you entered.

System Action: Command processing continues if there are more SQL statement names on the command. Otherwise, the system waits for you to enter the next command.

ARI7590IAn SQL statement name must be no more than 8 characters long.

Explanation: The name under which an SQL statement is stored cannot exceed 8 characters. You must choose a shorter name.

System Action: Command processing continues if there are more SQL statement names on the command. Otherwise, the system waits for you to enter the next command.

ARI7591IPREVIOUS cannot be used as a name for a stored SQL statement.

Explanation: The name PREVIOUS is reserved for use by the system. You must choose a different name.

System Action: Command processing continues if there are more SQL statement names on the command. Otherwise, the system waits for you to enter the next command.

ARI7592IThe stored SQL statement named  name  was not found.

Explanation: A stored SQL statement specified on the LIST SQL statement or ERASE command was not found.

name is the SQL statement name you entered.

System Action: Command processing continues if there are more stored SQL statement names on the command. Otherwise, the system waits for you to enter the next command.

ARI7593IExcess data  token  is ignored.

Explanation: You entered more than a new stored SQL statement name in response to message ARI7576D or message ARI7577D.

token is the excess data that was ignored.

System Action: The STORE command processing continues.

ARI7601IISQL ended normally on your request.

Explanation: ISQL ending message. This message is displayed when you enter the EXIT command and autocommit processing was on.

System Action: ISQL ends.

ARI7602DYou are in a logical unit of work. Enter COMMIT to have a COMMIT issued for you, or ROLLBACK to have a ROLLBACK issued for you.

Explanation: This message is displayed when you enter the EXIT command and autocommit processing is off, or when you enter SET AUTOCOMMIT ON and autocommit processing is off.

System Action: The system waits for your reply. The action taken by the system for each reply is as follows:

COMMIT
A COMMIT is issued and a message is generated stating whether the commit work was successful or not. If the command entered was EXIT and the commit work was successful ISQL ends. If the command entered was EXIT and the commit work was not successful, ISQL does not end. If the command entered was SET AUTOCOMMIT ON, autocommit processing is turned on only if the commit work was successful.

ROLLBACK
A ROLLBACK is issued and a message is generated stating whether the rollback work was successful or not. If the command entered was EXIT and the rollback work was successful, ISQL ends. If the command entered was EXIT and the rollback work was not successful, ISQL does not end. If the command entered was SET AUTOCOMMIT ON, autocommit processing is turned on only if the rollback work was successful.

User Response: Give one of the specified replies.

ARI7603I{COMMIT|ROLLBACK} successful. ISQL now ended.

Explanation: Message displayed when you exit from ISQL, and the commit work or rollback work that is performed is successful.

System Action: ISQL ends.

ARI7604E ISQL-command  command failed. {COMMIT|ROLLBACK} not successful. See the previous SQL messages for a complete explanation. Enter the  ISQL-command  command again or enter another command.

Explanation: You replied COMMIT or ROLLBACK to message ARI7602D, and the COMMIT or ROLLBACK was not successful.

ISQL-command is the ISQL command you entered.

System Action: The system waits for you to enter the next statement.

User Response: Try the command again or enter another command. Notify your system programmer if the problem continues.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7607IThere is nothing to ignore.

Explanation: You entered the ISQL IGNORE command when you were not continuing a command or data.

System Action: The system waits for you to enter the next statement.

ARI7611EThe CHANGE command nulled out the SQL statement buffer. Enter your next SQL statement.

Explanation: You entered a CHANGE command which nulled out the current SQL buffer.

System Action: The system waits for you to enter the next statement.

User Response: Enter the desired SQL statement.

ARI7612ECHANGE command failed.  character string  was not found in your current SQL statement. Check the character string you want to change and try again.

Explanation: The character string you entered on the CHANGE command was not found in your current SQL statement.

character string is the character string you wanted to change. If the string is more than 20 characters long, only the first 20 characters are shown in the message.

System Action: The system waits for you to enter the next statement.

User Response: Enter RECALL to see the current SQL statement. Then enter the CHANGE command with the character string you want to change.

ARI7613ICHANGE completed.

Explanation: The change was completed by the CHANGE command.

System Action: The changed SQL statement is displayed. The system waits for you to enter the next statement.

ARI7614E ISQL command  command failed. There is nothing in the SQL statement buffer. Enter your next SQL statement.

Explanation: You entered a START or CHANGE command but there was no SQL statement in the SQL statement buffer.

ISQL command is the ISQL command you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the desired SQL statement.

ARI7615E ISQL command  command failed. The SQL statement name  name  on the  ISQL command  command is too long. Use an SQL statement name which is 8 characters long or fewer.

Explanation: An SQL statement name more than eight characters long was entered with an ISQL command.

name is the SQL statement name you entered.

ISQL command is the ISQL command you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with a stored SQL statement name which is not more than eight characters long.

ARI7616I ISQL command  command cancelled at your request.

Explanation: CANCEL was entered during the processing of a command.

ISQL command is the ISQL command that was being processed.

System Action: Command processing stops. A ROLLBACK RELEASE is issued. The system waits for you to enter the next statement.

The ROLLBACK RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the ROLLBACK RELEASE action. The SQL user ID and target database name will be reset to their defaults after the ROLLBACK RELEASE action.

ARI7617E ISQL command  command failed. A nonzero code was returned during the processing of the  ISQL command  command. See the previous message for the explanation and the action to take.

Explanation: A DB2 Server for VM error was encountered while processing the ISQL command.

ISQL command is the ISQL command that was being processed.

System Action: Command processing stops. The system waits for you to enter the next statement.

User Response: Try the command again or enter another command. Notify your system programmer if the problem continues.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7618E ISQL command  command failed. SQL statement  name  was not found. Enter the  ISQL command  command with the name of one of your stored SQL statements.

Explanation: You tried to list or start an SQL statement that was not previously stored.

ISQL command is the ISQL command you entered.

name is the SQL statement name you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the name of a stored SQL statement on the ISQL command, or enter LIST SQL * to see all your stored SQL statements.

ARI7619E ISQL command  command failed. There was a missing parenthesis or no parentheses on the parameter list of the  ISQL command  command. Enter the command with parentheses around the parameter list.

Explanation: There was no ending parenthesis on the parameter list, an uneven number of parentheses in the parameter list, or no parentheses around the parameter list of the command.

ISQL command is the ISQL command you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with the corrected parameter list.

ARI7620IYou have  number  stored SQL statements.

Explanation: This is a count of your stored SQL statements displayed when LIST SQL * is entered.

number is the actual count.

System Action: The system waits for you to enter the next statement.

ARI7621IThe counter for the LIST SQL statement is full. Counting of stored SQL statements will stop, but listing will continue.

Explanation: You have more than 2 million stored SQL statements.

System Action: Listing of the stored SQL statements continues.

ARI7622E ISQL command  command failed. ISQL command  ISQL command  not allowed at this time. Enter any command except display commands or input commands.

Explanation: You entered an ISQL command which could not be processed now. For example, this message is generated if you enter a display command when you are not displaying the results of a SELECT.

ISQL command is the ISQL command you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter an allowable command.

ARI7623E token  is not an SQL or an ISQL command. Enter any command except display commands or input commands.

Explanation: You did not enter a valid SQL or ISQL command.

token is what was entered.

System Action: The system waits for you to enter the next statement.

User Response: Enter a command.

ARI7624EHELP command failed.  topic  is not a HELP topic. Enter HELP or HELP CONTENTS for a list of topics.

Explanation: Your entry for the topic on the HELP command is not part of the HELP documentation.

topic is the topic you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter an ISQL HELP command in one of the following forms:

HELP
HELP CONTENTS
HELP topic

ARI7625EHELP command failed. The topic on the HELP command is more than 20 characters long. Enter HELP or HELP CONTENTS for a list of topics.

Explanation: Your entry for the topic on the HELP command could not be processed because it was more than 20 characters long.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter an ISQL HELP command in one of the following forms:

HELP
HELP CONTENTS
HELP topic

ARI7626E ISQL command  command failed. There is not enough main storage available. Try again later.

Explanation: The virtual storage needed for processing the command was not available.

ISQL command is the ISQL command you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Try the command again. If the condition continues, notify your system programmer.

System Programmer Response: If this condition persists, increase the size of the user's virtual machine.

ARI7627E ISQL command  command failed. The previous SQL statement cannot be used on the  ISQL command  command. Enter the  ISQL command  command with another stored SQL statement name.

Explanation: The previous SQL statement cannot be processed by this ISQL command.

ISQL command is the ISQL command you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Use another name for the SQL statement.

ARI7628IThe formatting information for your SQL statement has been erased because you changed the SELECT list or the table name. The default formatting information will be used for displaying the results of your SQL statement.

Explanation: You entered a CHANGE command which could make the format information for the SQL statement incorrect. The format information is dropped.

System Action: Your SQL statement result will be formatted with the default formatting information that is in effect when the SQL statement is started. The system waits for you to enter the next statement.

ARI7629ECHANGE command failed. The format of the CHANGE command is CHANGE /string1/string2/ or CHANGE /string1//. Enter the CHANGE command by using one of these formats.

Explanation: The CHANGE command you entered was not in the right format.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with a correct format.

ARI7630ECHANGE command failed. The change you requested cannot be made because it would make the SQL statement longer than 2048 characters. Enter the CHANGE command with string2 the same size or smaller than string1.

Explanation: You entered a CHANGE command which would make the SQL statement in the SQL statement buffer longer than 2 048 characters.

System Action: Command processing stops. No change is made to the SQL statement in the current buffer. The system waits for you to enter the next statement.

User Response: Enter the CHANGE command with string2 the same size or smaller than string1.

ARI7631EEnter the START command with the corrected parameter list or correct the parameter in your SQL statement.

Explanation: This message is displayed when the parameter substitutions could not be performed on the SQL statement in the current buffer. Refer to the previous message to determine the cause of the problem.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Refer to the previous message for the action to take.

ARI7632E oper command  operator command failed. A system error occurred during the  oper command  operator command. Notify your system programmer.

Explanation: An incorrect parameter was passed to ARIICMD from ARIIOCI (interface module to operator command processing).

oper command is the DB2 Server for VM operator command being executed.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7634E oper command  operator command failed. A system error occurred during the  oper command  operator command. See the previous message for a complete explanation. Notify your system programmer.

Explanation: There was a problem in the DB2 Server for VM operator command processing modules. The message before this one is an SQL message describing the problem.

oper command is the DB2 Server for VM operator command being executed.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7635I oper command  operator command ended.

Explanation: The indicated operator command has ended.

oper command is the DB2 Server for VM operator command executed.

System Action: The system waits for you to enter the next statement.

ARI7636DEnter END to end the  oper command  command or press the Enter key to see more information.

Explanation: Message asking if you want to end the operator command (reply END) or continue (press the ENTER key).

oper command is the DB2 Server for VM operator command being executed.

System Action: The system waits for your reply. Command processing stops if you reply END. The next data is displayed if you just press the ENTER key. The question is asked again if your reply is not END or ENTER.

User Response: Reply END or just press the ENTER key.

ARI7637E oper-command  operator command failed. Operator commands cannot be issued while you are in a logical unit of work. Enter COMMIT or ROLLBACK and then enter the  oper-command  operator command.

Explanation: You tried to execute an operator command while in a logical unit of work.

oper-command is the DB2 Server for VM operator command you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter a COMMIT or ROLLBACK command, and then enter the operator command again.

ARI7638IA parameter is in the SELECT list or table name in your SQL statement. Therefore, any formatting you do while viewing the query result will be erased when you end the display.

Explanation: You entered one or more parameters in the SELECT-list or table name portion of your SQL statement. Therefore, you cannot save any of the formatting information you enter while viewing the query result.

System Action: Any formatting information you enter while viewing the query result is erased when you end the display. The system waits for you to enter the next statement.

User Response: If you want to save the formatting information, use the CHANGE command to change the parameters to values, and start the SQL statement with no parameter list.

ARI7639DLast of the  oper command  operator command information. Enter END to end the display.

Explanation: This is the last screen of the operator command output. You must reply END when finished with the display. Command cleanup is then done and the command ends.

oper command is the DB2 Server for VM operator command you entered.

System Action: The system waits for your reply. The display ends if your reply is END. You are asked for another reply if your reply is not END.

User Response: Reply with END when finished looking at the last screen of output.

ARI7640ESQL statement ignored. SQL statements cannot be processed while using the INPUT command. To process your SQL statement, enter END and then reenter your SQL statement.

Explanation: You entered an SQL statement while using the INPUT command. Your SQL statement was not processed.

System Action: The system waits for you to enter the next statement.

User Response: If you want to process your SQL statement now, end the INPUT command and then reenter your SQL statement. Otherwise, continue to input your data.

ARI7641D char  will be used as the delimiter for the CHANGE command. Do you want to continue? Enter 0(No) or 1(Yes).

Explanation: The / was not used as the delimiter on the CHANGE command. If you forgot the slash delimiters, you can now end the CHANGE command.

char is the delimiter used if the CHANGE command continues.

System Action: The system waits for your reply. If your reply is 0, CHANGE command processing stops. If your reply is 1, the CHANGE command is processed.

User Response: Reply 0 to cancel the CHANGE command or 1 to continue the command.

ARI7642ICHANGE command cancelled. No change was made to the SQL statement buffer.

Explanation: Informative message generated when you reply NO to message ARI7641D. The CHANGE command is ended. The SQL statement in the current buffer is not changed.

System Action: The SQL statement buffer and formatting information remain the same. ROLLBACK WORK is not performed. The system waits for you to enter the next statement.

ARI7643EHELP command failed. HELP documentation table  table name  was not found. Notify your system programmer.

Explanation: One of the HELP documentation tables was not there.

table name is the name of the table that was not there (either SQLDBA.SYSTEXT1 or SQLDBA.SYSTEXT2).

System Action: The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Recreate the tables using the HELP text installation procedures provided in the DB2 Server for VM Program Directory.

ARI7644EHELP command failed. No documentation is in the table SQLDBA.SYSTEXT2 for the topic that was entered. Notify your system programmer.

Explanation: The HELP text table SQLDBA.SYSTEXT2 did not contain documentation for the topic specified, but the HELP text table SQLDBA.SYSTEXT1 listed the topic.

System Action: The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Recreate the tables using the HELP text installation procedures provided in the DB2 Server for VM Program Directory. If the problem persists, make a record of what went wrong and contact the designated support group for your installation.

ARI7645EEXIT command failed. Extra information is on the EXIT command. Enter the EXIT command with no keywords or values.

Explanation: You entered something extra after the word EXIT.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Reenter the EXIT command with no extra data on it.

ARI7646EHELP command failed. The HELP text is not installed. If you want to use this facility, notify your system programmer.

Explanation: You entered the HELP command, but the HELP text table SQLDBA.SYSTEXT1 is empty.

System Action: The system waits for you to enter the next statement.

User Response: Continue your ISQL session. Notify your system programmer if you would like to use the HELP facility.

System Programmer Response: Procedures for installing the HELP text tables are provided in the DB2 Server for VM Program Directory.

ARI7650EThe EXTRACT command  command  has been ignored because the Extract Facility is no longer supported. Enter an SQL or an ISQL command.

Explanation: You entered an extract facility command, but the database manager no longer supports the extract facility.

command is the extract facility command you entered.

System Action: The system waits for you to enter the next statement.

User Response: Continue your ISQL session.

ARI7651IPress ENTER to continue or type END to end display.

Explanation: This message is displayed on the last line of the operator command display on VM.

System Action: The system waits for you to press the ENTER key or enter END.

User Response: Press the ENTER key if you wish to see more of the operator command display, or enter END if you do not.

ARI7652ILast of information. Enter END to end display.

Explanation: This message is displayed at the bottom of the last screen of the operator command display on VM.

System Action: The system waits for you to enter END.

User Response: Enter END when you are done looking at the operator command display.

ARI7700IExtra information was on the  ISQL command  command.  token  is ignored but processing will continue.

Explanation: Extra data was found on the command you entered.

ISQL command is the ISQL command you entered.

token is the extra information that was ignored.

System Action: Normal command processing continues.

ARI7701E ISQL command  command processing stopped. The keyword  keyword  on the  ISQL command  command is not correct. The valid keywords are:  keyword list .

Explanation: The keyword you entered on the command was not valid.

keyword is the keyword you entered.

ISQL command is the ISQL command you entered.

keyword list is the list of the valid keywords.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with a valid keyword.

ARI7702EThe keyword  token  on the LIST SET command is not a valid choice. The valid keywords are:  keyword list .

Explanation: You entered an incorrect keyword on the LIST SET command.

token is the incorrect keyword you entered.

keyword list is the list of keywords allowed on the command.

System Action: Processing of the keyword is bypassed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7709IAUTOCOMMIT processing is {ON|OFF}.

Explanation: This message shows the current AUTOCOMMIT setting.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7710IThe continuation character is  char .

Explanation: This message shows what the continuation character is.

char is the continuation character now in effect.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7711IThe system default print class will be used for your reports.

Explanation: Your print class is now set to the system default.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7712IThe  keyword  value is  value .

Explanation: This message shows the value of a keyword you requested.

keyword is the keyword you entered on the LIST SET command.

value is the value of that keyword.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7713I number  copies of your reports will be printed.

Explanation: This message shows how many copies of each report will be printed.

number is the number of copies that will be printed.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7714IThe page size of your reports is: WIDTH:  width  LENGTH:  length .

Explanation: This message shows the page size of your reports.

width is the width of the printed page.

length is the length of the printed page.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7715IThe separator value is  number  blanks.

Explanation: This message indicates how many blanks will separate the columns when a query result is displayed.

System Action: Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7716IUser userid connected to server server-name.

Explanation: This message shows the current user and the current application server that are accessed as a result of the last implicit or explicit CONNECT command.

System Action: The system waits for you to enter the next command.

ARI7717IOne or more arithmetic exception errors occurred. Exception error  &1 . has occurred during  &2 . operation on  &3 . data, position  &4 ..

Explanation: This message is issued whenever an arithmetic operation on numeric data causes an arithmetic exception error. An example of this error may be a division by zero or an overflow (exceeds maximum) during the processing of a SELECT command. The data from this error is denoted by number signs (# # #) across the width of columns of the queried table:

&1. is the type of exception error.
&2. is the arithmetic operation on data.
&3. is the data type.
&4. is position N, where N is an item in select list where applicable. Position 0 is returned if an exception error occurs in the WHERE clause of the SELECT statement.
Note:The message describes the first arithmetic exception error in the queried table.

System Action: Command processing continues.

ARI7725EThe  ISQL command  command processing stopped. The command is not complete. You must specify  information .

Explanation: You entered a command that did not have all the required keywords or values.

ISQL command is the ISQL command you entered.

information is a list of what you did not specify on the command.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with all needed keywords and values.

ARI7726EThe  ISQL command  command processing stopped. The value you entered could not be processed. The values that can be processed are  valid values .

Explanation: Something was wrong with one of the values on the command.

ISQL command is the ISQL command you entered.

valid values is the description of the valid values.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with valid values.

ARI7727IThe old  keyword  value was  old . The new  keyword  value is  new .

Explanation: The keyword value has been changed to the value you entered on the SET command.

keyword is the keyword you entered on the SET command.

old is the old value of the keyword.

new is the new value of the keyword.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7729IThe  keyword  string is more than  number  characters long. The first  number  characters will be used.

Explanation: You entered a separator string or null string with the SET command that was longer than the maximum allowed.

keyword is the type of string you entered.

number is the number of characters that will be used.

System Action: The indicated number of characters of the string is saved.

ARI7731IThe SET AUTOCOMMIT command has been cancelled. The AUTOCOMMIT setting is not changed.

Explanation: You entered SET AUTOCOMMIT ON, and then cancelled that action with a CANCEL command.

System Action: Command processing stops; the AUTOCOMMIT value is not changed. The system waits for you to enter the next statement.

ARI7732ITo commit work, you must enter the COMMIT statement yourself.

Explanation: You entered SET AUTOCOMMIT OFF. If you want to commit work, you must enter the COMMIT statement.

System Action: The ISQL performs COMMIT statements or ROLLBACK statements only if you request them. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

User Response: You must enter COMMIT to make the changes that you make to tables permanent, or enter ROLLBACK to back out the changes.

ARI7733ESET command processing stopped. The  keyword  value  data  could not be processed. The  keyword  value must be  valid data .

Explanation: You entered a SET command with a value that is not valid.

keyword is the keyword you entered.

data is the data you entered.

valid data is a list of acceptable values for the keyword.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with a correct value.

ARI7734ESET command processing stopped. The  keyword  value  data  is too long. Enter the command with a value that is 1 character long.

Explanation: You entered a value that was too long to be a class or continuation character value.

keyword is the keyword you entered on the SET command.

data is the value you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with a correct value.

ARI7735IThe  keyword  value on the SET  keyword  command is too large. It has been set to the maximum value  number .

Explanation: You entered a SET command with a keyword value greater than the maximum for that keyword.

keyword is the keyword you entered on the SET command.

number is the maximum value for that keyword.

System Action: The value has been set to the maximum value for that keyword. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7736ESET command processing stopped.  char  cannot be a continuation character. The continuation character can be any character except a blank, a quote, or a semi-colon.

Explanation: You entered a continuation character that was not valid.

char is the continuation character you entered.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter any continuation character except a semicolon, a single or double quote, or a blank.

ARI7737I action  is successful. All COMMIT statements and ROLLBACK statements will now be issued for you automatically.

Explanation: You replied COMMIT or ROLLBACK to message ARI7602D during the SET AUTOCOMMIT command.

action is either COMMIT or ROLLBACK.

System Action: AUTOCOMMIT has been set on. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7739ESET command processing stopped. No WIDTH or LENGTH keyword was specified with the PAGESIZE keyword. Reenter the command with the WIDTH and/or LENGTH keywords.

Explanation: You entered a SET PAGESIZE command that was not correct.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the command with the correct keywords and values.

ARI7740ESET command processing stopped. The  keyword  value cannot be zero. The  keyword  value can be  valid values .

Explanation: You entered a SET command with a value of zero. This is not processed because zero is not a meaningful value for the keyword.

keyword is the keyword you entered.

valid values is the valid range for the keyword.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Reenter the command with a value in the given range.

ARI7742ESET command processing stopped. The  keyword  on the SET PAGESIZE command must be  valid data .

Explanation: You entered a SET PAGESIZE command and the width or length was not valid.

keyword is the keyword that had a value that could not be processed.

valid data is the range of valid values for the keyword.

System Action: Processing of the command stops. The system waits for you to enter the next statement.

User Response: Enter the SET PAGESIZE command with correct values for the width and length.

ARI7743IThe old column separator was  separator .

Explanation: You changed the column separator. This message shows what the old separator was.

separator is the old column separator value.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7744IThe new column separator is  separator .

Explanation: You changed the column separator. This message shows what the new separator is.

separator is the new column separator value.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7745IThe  keyword  value on the SET PAGESIZE command is too small. It has been set to the minimum value  number .

Explanation: You entered a SET command with a keyword value that was less than the allowable minimum for that keyword.

keyword is the keyword you entered on the SET PAGESIZE command.

number is the minimum value for the keyword.

System Action: The page width or page length has been set to the minimum value for that keyword. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7746IThe  keyword  value on the SET PAGESIZE command is too large. It has been set to the maximum value  number .

Explanation: You entered a SET command with a keyword value that was greater than the allowable maximum for that keyword.

keyword is the keyword you entered on the SET PAGESIZE command.

number is the maximum value for the keyword.

System Action: The page width or page length has been set to the maximum value for that keyword. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.

ARI7755IThe  ISQL command  command does not accept the  keyword  keyword on CMS. Use CP commands to set and list defaults.

Explanation: You entered a keyword that is not supported in the CMS environment.

ISQL command is the ISQL command you entered.

keyword is a keyword that is not supported on CMS.

System Action: The system waits for you to enter the next statement.

ARI7757IThe old page size width was:  old width . The new page size width is:  new width .

Explanation: The SET PAGESIZE command was entered with a WIDTH parameter only. Therefore, this message states only new and old WIDTH values.

old width is the previous page width value.

new width is the new page width value.

System Action: The system waits for you to enter the next statement.

ARI7758IThe old page size length was:  old length . The new page size length is:  new length .

Explanation: The SET PAGESIZE command was entered with a LENGTH parameter only. Therefore, this message states only the new and old LENGTH values.

old length is the previous page length value.

new length is the new page length value.

System Action: The system waits for you to enter the next statement.

ARI7759IYour reports will be routed to the system printer.

Explanation: This message indicates that your printed output will be routed to the system printer.

System Action: Command processing continues if there are more keywords. Otherwise, the system waits for you to enter the next command.

ARI7885EThe PRINT command failed. CLASS must be followed by a value from 0 to 9 or A to Z. Try again.

Explanation: You entered the CLASS keyword without a value.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the PRINT command with a CLASS value from 0 to 9 or A to Z.

ARI7886EThe PRINT command failed. You entered a CLASS value more than 1 character long. Reenter the PRINT command with a CLASS value from 0 to 9 or A to Z.

Explanation: You entered the CLASS keyword with a value more than 1 character long.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the PRINT command with a CLASS value from 0 to 9 or A to Z.

ARI7887EThe PRINT command failed. The CLASS value you entered is not correct. CLASS value must be either a letter or a number. Try again.

Explanation: You entered an incorrect CLASS value. It must be either a letter or a number.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the PRINT command with a CLASS value from 0 to 9 or A to Z.

ARI7888EThe PRINT command failed. Follow the COPIES keyword with a value. Reenter the PRINT command with a COPIES value of 1 to 255.

Explanation: You entered the COPIES keyword without a value.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the PRINT command with a COPIES value from 1 to 255.

ARI7889EThe PRINT command failed. Follow COPIES with a number from 1 to 255. Try again.

Explanation: You entered the COPIES keyword with a value greater than 255.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the PRINT command with a COPIES value from 1 to 255.

ARI7890EThe PRINT command failed. The COPIES value you entered was not a number. Reenter the PRINT command with a COPIES value of 1 to 255.

Explanation: You entered the COPIES keyword with a value that is not a number.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the PRINT command with a COPIES value from 1 to 255.

ARI7891EThe PRINT command failed. The system does not accept a COPIES value of 0. Follow the COPIES keyword by a value from 1 to 255. Try again.

Explanation: You entered the COPIES keyword with a value of 0. The system does not accept a COPIES value of 0.

System Action: The system waits for you to enter the next statement.

User Response: Reenter the PRINT command with a COPIES value from 1 to 255.

ARI7892EThe PRINT command failed. The PRINT command does not accept the keywords TERMID, DESTID, and SYSTEM on CMS. Reenter the PRINT command without any of these keywords.

Explanation: You entered TERMID, DESTID, or SYSTEM on the PRINT command. These keywords are not supported in the CMS environment.

System Action: The system waits for you to enter the next statement.

User Response: You must use the CP SPOOL and TAG commands to route your report to the printer you want. Enter these commands before you reenter the PRINT command.

ARI7894IThe width of the data to be printed is greater than the printer width. The data to be printed has been shortened to fit within the printer width.

Explanation: The width of the data to be printed is greater than the system printer width.

System Action: The data will be printed up to a width of 132 characters.

User Response: There is nothing you need to do if you are satisfied with your report. To print further data, use the COLUMN command to see the columns you want to print, and enter the PRINT command again.

ARI7895EThe PRINT command failed. The printer is not ready. See your system programmer.

Explanation: The virtual printer 00E requires intervention.

System Action: The system will return to displaying the query result.

User Response: Inform your system programmer that system printer 00E requires intervention. You can continue your ISQL session.

System Programmer Response: Check the state of virtual printer 00E.

ARI7896EThe PRINT command failed. A system problem exists. See your system programmer.

Explanation: An error of unknown cause has occurred while using the CMS PRINTL macro.

System Action: The system will return to displaying the query result.

User Response: Inform your system programmer that a system error has occurred. You can continue your ISQL session.

System Programmer Response: Check the state of virtual printer 00E.

ARI7897EThe PRINT command failed. The printer is not attached. See your system programmer.

Explanation: System printer 00E is not attached to the system.

System Action: The system will return to displaying the query result.

User Response: Inform your system programmer that the system printer is not attached to the system. You can continue your ISQL session.

System Programmer Response: Check the state of virtual printer 00E.

ARI7898EThe CP CLOSE command failed. See your system programmer.

Explanation: The system returned a nonzero completion code in executing the CP DIAGNOSE command to close the print file just created by the PRINT command.

System Action: The system will return to displaying the query result.

User Response: Inform your system programmer that the DIAGNOSE command to close the printer did not work correctly. You can continue your ISQL session.

System Programmer Response: Perform CP problem determination to determine why the DIAGNOSE command returned a nonzero return code.

ARI7901EThe PRINT command failed. You cannot issue a PRINT command because you were not viewing a query result. Issue a SELECT statement.

Explanation: You entered a PRINT command while you were not viewing a query result. The PRINT command is valid only while a query result is being displayed.

System Action: The system waits for you to enter the next statement.

User Response: Enter a SELECT statement before entering the PRINT command.

ARI7902IYou entered the PRINT command, but there is no data to be printed. Your report will contain only titles and column headings.

Explanation: You entered a PRINT command, but there is no data in your query result to be printed.

System Action: The system will print your report. It will contain only titles and column headings. The system waits for you to enter the next statement.

ARI7903EThe PRINT command failed. You entered an incorrect keyword  token  on the PRINT command. Try again.

Explanation: You entered an incorrect keyword on the PRINT command.

token is the incorrect keyword you entered.

System Action: The system waits for you to enter the next statement.

User Response: Correct the keyword in error and reenter the PRINT command. The correct keywords for PRINT are CLASS and COPIES.

ARI7905IThe PRINT function is in progress.

Explanation: The PRINT command is being processed.

System Action: The system fetches the data and processes the PRINT command.

ARI7908IYou are trying to print a report that is wider than the page width. Only the first  number  characters of your report will be printed.

Explanation: You tries to print a report that is wider than the page width you set.

number is the number of characters that will be printed.

System Action: Your report will be printed, but some of the columns will be cut off.

User Response: Enter the SET PAGESIZE command if you want to make your page wider. Reenter or start your SELECT command. Then reenter the PRINT command.

ARI7920EA system problem exists. An SQL error was encountered. The PRINT is terminated. Notify your system programmer.

Explanation: An unexpected indication was received when closing or opening the cursor.

System Action: The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. Check the correctness of the table. Reenter the PRINT command. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7921EAn SQL error was encountered. The PRINT will continue, but you may not have your full output.

Explanation: An unexpected indication was received when reading a row of data.

System Action: Printing continues.

User Response: Check the output to see if the full table was printed. If the full output was not obtained, notify your system programmer.

System Programmer Response: Perform problem determination. Check the output to see if the full table was printed. Check the correctness of the table. Reenter the PRINT command. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7922IThe PRINT command has been cancelled.

Explanation: The CANCEL command was entered or you indicated you did not want to continue in response to message ARI7923D.

System Action: The system waits for you to enter the next statement.

ARI7923DThis PRINT begins in column  number1  position  number2 . Do you want to continue? Press Enter to continue. If you do not want to continue, enter 0(No).

Explanation: The data as displayed does not start in column 1 position 1 of the table.

number1 is the numeric value of the leftmost column in the display.

number2 is the numeric value of the left most position within the leftmost column in the display.

System Action: If you press the ENTER key, the table will be printed as displayed, starting from the top of the table. If you enter NO, the print will be ended.

User Response: Enter a response to indicate whether to print the table from its current column (or tab) position or end this print.

ARI7924IThe PRINT function is completed.

Explanation: The print function has been completed.

System Action: The system waits for you to enter the next statement.

ARI7932IThe COMMIT process is complete.

Explanation: Your COMMIT statement completed normally.

System Action: Any changes made are committed to the database. The system waits for you to enter the next statement.

ARI7933IThe ROLLBACK process is complete.

Explanation: Your ROLLBACK statement completed normally.

System Action: The database manager backs out any changes made since the last COMMIT or ROLLBACK. The system waits for you to enter the next statement.

ARI7934EThe action statement failed. A portion of the statement is incorrect following or involving token.

Explanation: The portion of the action statement following or involving token is incorrect.

System Action: The system waits for you to enter the next statement.

User Response: Correct the error and reenter the statement.

ARI7937EYou cannot use the SQL statement  sql command  in ISQL.

Explanation: You entered an SQL statement that cannot be processed by ISQL.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: For details on how to use this command, see the DB2 Server for VSE & VM Application Programming manual.

ARI7939E token  is invalid. It must be either numeric or MAX for forward or backward.

Explanation: Either:

token is the value you entered.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the command with a proper value.

ARI7940ENot enough storage is available for processing the DISPLAY command you entered. Try the command at a later time or enter a different command.

Explanation: You entered a command which requires more virtual storage than the amount now available.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Retry the command. If this condition persists, notify your system programmer.

System Programmer Response: If this condition persists, increase the size of the user's virtual machine.

ARI7942EThe command  cmd  is not a valid ISQL command. Please enter another command.

Explanation: You entered a command that is not recognized by ISQL.

cmd is the command you entered.

System Action: The command is ignored. The system waits for you to enter the next statement.

ARI7943EThe field  token  is not supported by ISQL DISPLAY processing. Reenter the SELECT statement without specifying field  token .

Explanation: Your SQL statement explicitly or implicitly requests that a long field column is to be used. Long field data types are not supported by ISQL.

token is the name of the column.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Enter a different SQL statement or reenter the SELECT statement without retrieving the field specified in the message.

ARI7944ESystem error. The field  token  is of a type unknown to ISQL. Notify your system programmer.

Explanation: A column identified by token was retrieved from the database manager, but the data type of this column is not known to ISQL. Data types known to ISQL are: INTEGER, SMALLINT, DECIMAL, FLOAT, CHAR, VARCHAR, LONG VARCHAR, GRAPHIC, VARGRAPHIC, LONG VARGRAPHIC, DATE, TIME, and TIMESTAMP. However, long fields are not supported by ISQL display processing. A long string column is either a LONG VARCHAR, LONG VARGRAPHIC, VARCHAR(n) where n is greater than 254 but less than or equal to 32767, or VARGRAPHIC(n) where n is greater than 127 but less than or equal to 16383.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7945IThe CONNECT statement completed successfully.

Explanation: Your CONNECT statement completed normally.

System Action: The specified user is now connected to the database manager. The system waits for you to enter the next statement.

ARI7946EThe CONNECT statement failed. If this message is followed by an SQL error message, follow its directions. If it is not followed by an SQL error message, check the format of the CONNECT statement and reenter it.

Explanation: Your CONNECT statement failed.

System Action: The CONNECT is not processed. The system waits for you to enter the next statement.

User Response: Reenter the CONNECT statement after checking the USER ID and PASSWORD for validity. If the problem persists, notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7947EAn internal processing error has occurred. An invalid call occurred to the SQL interface module. Notify your system programmer.

Explanation: An internal call was made to the SQL processing routine with a parameter list that was not valid.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7949IToo many parameters were on the command. They will be ignored.

Explanation: You entered an SQL command with too many fields specified.

System Action: The extra information on the command is ignored. The system waits for you to enter the next statement.

ARI7951IThe value specified would cause the DISPLAY to be positioned before the first or after the last column. The DISPLAY will be positioned as far as possible in the direction specified.

Explanation: You specified a value on an ISQL display command that, if used, would have resulted in an incorrect display.

System Action: The system processes as much as possible of the command. The system waits for you to enter the next statement.

ARI7952EYou cannot use zero as a value for the COLUMN or TAB command. Reenter the command with a value greater than zero.

Explanation: You entered a COLUMN or TAB command with a value of zero. Zero is not an acceptable value.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Reenter the COLUMN or TAB command with a value greater than zero.

ARI7953EAn internal processing error has occurred within the DISPLAY processor. Notify your system programmer.

Explanation: An internal error was encountered in the ISQL display processor, ARIIDQY.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7954EQuery failed. Full query result row length exceeded  nnnn  positions. Retry query by selecting fewer columns or use the SET command to decrease the VARCHAR value.

Explanation: The query result row length exceeds the maximum length of nnnn characters allowed by ISQL for the screen size of your terminal: The maximum row length is determined by taking the screen height, subtracting 4, multiplying this by 2, because SQL retrieves 2 screens worth of data, adding 1 and dividing this into the size of the buffer, 65535. The formula is:

65535 / (((SCREENHT - 4) * 2) + 1) = MAX ROW LENGTH.

This is the maximum size that a row can be for your terminal size.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Retry your query, selecting fewer columns, or use the SET command to decrease the VARCHAR value.

ARI7955IThe system ended your query result to process your command.

Explanation: You entered a command that cannot be processed while you are viewing a query result.

System Action: The system ends the query result and processes the command.

ARI7957EThe TAB command failed. The TAB command is valid for the CHAR and VARCHAR columns only. Tabbing into DECIMAL, FLOAT, INTEGER, and SMALLINT columns is not allowed.

Explanation: You can use the TAB command on CHAR and VARCHAR columns only.

System Action: The command is ignored. The system waits for you to enter the next statement.

User Response: Enter next command.

ARI7958IThe COMMIT RELEASE process is complete.

Explanation: The COMMIT RELEASE statement you entered has completed normally.

System Action: Any changes made to the database are committed. The system waits for you to enter the next statement.

The COMMIT RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit CONNECT statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that CONNECT statement to fully recover from the COMMIT RELEASE action.

ARI7959IThe ROLLBACK RELEASE process is complete.

Explanation: The ROLLBACK RELEASE statement you entered has completed normally.

System Action: Any changes made to the database are rolled back. The system waits for you to enter the next statement. The COMMIT RELEASE statement causes the database manager to treat any later SQL requests in this terminal session as coming from the default user ID for the virtual machine in which ISQL is running. Most ISQL users are not affected by this action. However, if you had issued an explicit ROLLBACK statement so that the database manager treated your SQL requests as coming from a user ID other than the user ID of the virtual machine you are using, and you want to enter more SQL requests in this terminal session, you must reenter that ROLLBACK statement to fully recover from the COMMIT RELEASE action.

ARI7960IThe query cost estimate for this SELECT statement is  number .

Explanation: You entered a SELECT statement. The database manager has calculated a cost estimate for this query. The larger this number is, the longer you will have to wait to see your query result.

number is the query cost estimate, ranging from 1 to 9999. If the query cost estimate is greater than 9999, the value ">9999" is presented in the message. (The query cost estimate is calculated by adding 1 to the result of dividing the DB2 Server for VM optimizer cost estimate by 1000.)

System Action: Command processing continues unless you enter the CANCEL command.

User Response: If you do not want to wait for the result, enter the CANCEL command.

ARI7962ECommand failed. A severe SQL error has occurred. A CONNECT statement is required in order to continue this ISQL session. Report this message and the previous SQL error message to your system programmer.

Explanation: A severe SQL error occurred while your command was being processed.

System Action: If the command that failed was not a CONNECT command, then ISQL will prevent you from issuing further commands against the currently established database.

User Response: If the command being executed was not a CONNECT, then you must terminate the ISQL session, or you may switch to another database by using the CONNECT command. For more information about the CONNECT command, refer to the DB2 Server for VSE & VM Database Administration manual.

If this error occurs while switching databases using the CONNECT command, you will remain connected to the database in effect prior to attempting the switch.

Notify your system programmer.

System Programmer Response: Perform problem determination. If a database system error occurred, make a record of what went wrong and contact the designated support group for your installation.

ARI7963ECommand failed. This command is not valid while you view a query result from a routine or an EXEC.

Explanation: You put a command in a routine that cannot be processed while viewing a query result. The command failed.

System Action: The next command in the routine will be processed, unless you have requested that routine processing be stopped or canceled when an error is detected.

User Response: Remove the failing command from the routine. Run the routine again.

ARI7964IThe display command is valid only from a routine or an EXEC. It was ignored.

Explanation: You entered a DISPLAY command from the terminal while viewing a query result. The DISPLAY command is valid only from a routine.

System Action: The command is ignored. The system waits for you to enter the next statement.

ARI7966IThe value specified would cause the display to be positioned after the last character in the column. The display will be positioned at the rightmost character in the column.

Explanation: You specified a value on an ISQL display command that, if used, would have resulted in an incorrect display.

System Action: The system processes as much as possible of the command. The system waits for you to enter the next statement.

ARI7967EHELP text for language  id  could not be found.

Explanation: Either the topic name has been misspelled, or the HELP text for this topic cannot be found.

System Action: The system waits for you to enter the next command.

User Response: Verify the topic name and retry the command. If the topic cannot be found, contact your system programmer.

System Programmer Response: Verify the existence of HELP text for this topic in SYSTEXT2.

ARI7968EInvalid string of double-byte character set (DBCS) characters.

Explanation: A string of DBCS characters is either is too long, contains bytes that are not properly paired, or improperly terminated, as in having an opening so delimiter (X'0E') without a terminating si delimiter (X'0F').

System Action: Command processing is ended.

User Response: Correct the input command and re-enter it.

ARI7969IDISPLAY command has been processed successfully.

Explanation: This message indicates that the display command was processed successfully. In the case of a FORMAT TTITLE title or FORMAT BTITLE title, the top title or bottom title respectively have the value of title.

System Action: The keyword is processed. Command processing continues if more keywords are on the command. Otherwise, the system waits for you to enter the next command.

ARI7970IThis DISPLAY command cannot be processed because of graphic data present.

Explanation: This message indicates that the display command entered was correct but because the data to be displayed has graphic data, the command cannot be processed. This is a restriction of FORMAT TTITLE and FORMAT BTITLE.

System Action: The keyword is processed. Command processing continues if there are more keywords on the command. Otherwise, the system waits for you to enter the next command.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]