+434 clause IS A DEPRECATED CLAUSE
Explanation
The use of clause is accepted for now, but continued use of it is not recommended. However, for native SQL procedures, clause is not supported. See the SQL Reference for a list of options that are supported for native SQL procedures. SQLCODE -4705 might be issued instead if the situation occurs with a BIND COPY command that is used to deploy a version of a native SQL procedure that uses a deprecated option,and a package already exists by that name at the server.
For indexes, use type 2 indexes rather than type 1 indexes to avoid any incompatibilities.
System action
Processing continues and the clause is ignored.
User response
No change is required for the current release. However, you should change your SQL statement and remove this clause to prepare for releases when this clause is no longer accepted.
To prevent the warning, remove the deprecated clause from the statement.
SQLSTATE
01608