SQL7001N Unknown command "<command>" was requested.
Explanation: The command submitted to REXX could not be recognized.
The command cannot be processed.
User Response: Verify that the command is a valid SQL statement and rerun the procedure. Note that all commands must be in uppercase.
SQL7002N The cursor name is invalid.
Explanation: The user specified an incorrect cursor name.
The command cannot be processed.
User Response: Verify that the cursor name is one of the form "c1" through "c100".
SQL7003N The statement name is invalid.
Explanation: The user has specified an incorrect statement name.
The command cannot be processed.
User Response: Verify that the statement name is of the form "s1" through "s100".
SQL7004N The syntax of the request is invalid.
Explanation: REXX was unable to parse the command string submitted.
The command cannot be processed.
User Response: Use proper command syntax.
SQL7005W The cursor used by this OPEN statement has not been declared.
Explanation: An OPEN statement was attempted without a declaring a cursor.
The command cannot be processed.
User Response: Insert a DECLARE statement before the OPEN statement and rerun the procedure.
SQL7006N Invalid keyword "<keyword>" given on "<request>".
Explanation: The statement contains a not valid keyword "<keyword>".
The command cannot be processed.
User Response: Specify the correct keyword format.
SQL7007N REXX variable "<variable>" does not exist.
Explanation: A REXX variable that did not exist in the REXX variable pool was passed.
The command cannot be processed.
User Response: Verify that all variable names in the host-variable list are assigned before the command that failed. Then run the procedure again.
SQL7008N REXX variable "<variable>" contains inconsistent data.
Explanation: A variable that contained inconsistent data was passed to REXX.
The command cannot be processed.
User Response: If the variable is an SQLDA, verify that the data and length fields have been assigned correctly. If it is a REXX variable, verify that the type of data is appropriate to the command where it is being used.
SQL7009N Truncated REXX variable "<variable>".
Explanation: The variable "<variable>" passed to REXX contained inconsistent data. The data string from "<variable>" was truncated.
The command cannot be processed.
User Response: Verify that the data length is consistent with the length given in the input SQLDA, and run the procedure again.
SQL7010N Invalid scan ID "<ID>".
Explanation: The scan ID "<variable>" passed to REXX did not exist or contained inconsistent or missing data.
The command cannot be processed.
User Response: Verify that the data contained in the scan ID has been assigned correctly, and run the procedure again.
SQL7011N Required parameter "<parameter>" not given.
Explanation: The parameter "<parameter>" is required by REXX command syntax but was not specified.
The command cannot be processed.
User Response: Specify the required parameter value, and run the procedure again.
SQL7012N Attempted ISL change while connected to a database.
Explanation: Isolation level (ISL) may not be changed while connected to a database.
The command is ignored.
User Response: If a change in isolation level is necessary, disconnect from the current database, then set the isolation level and connect to the database.
SQL7013N Mismatched cursor and statement name or hold attribute.
Explanation: In REXX, the cursor and statement name form must be 'cnn' and 'snn,' where 'nn' is a number from 1 to 100. The numbers must be the same for a cursor and statement pair. Also, c1 through c50 are declared without hold and c51 through c100 with hold.
The command is ignored.
User Response: Verify that the cursor and statement numbers match and rerun the procedure.
SQL7014N Incorrect number of host variable components.
Explanation: In REXX, the first component of a compound host variable lists a number which is not equal to the actual number of components defined.
The command is ignored.
User Response: Verify that the number in the first component matches the number of components actually defined and rerun the procedure.
SQL7015N The variable name "<variable>" is not valid in REXX.
Explanation: The variable name specified is not valid in REXX. The name must conform to the language requirements.
The command cannot be processed.
User Response: Change the name to one that conforms to the REXX requirements and resubmit the command.
SQL7016N Invalid syntax provided to the SQLDB2 interface. Related Error: "<db2_error>". The command cannot be processed.
Explanation: Invalid syntax was provided to the SQLDB2 interface, e.g. both an input file and a command were specified.
User Response: Look up the related error code for more information.
SQL7099N Invalid error "<error>" has occurred.
Explanation: A REXX internal error has occurred.
The command cannot be processed.
User Response: Verify that REXX is installed properly and rerun the procedure. If the error continues, note the error number and call the dealer.