INZU612E FOR and EXCEPT OPTIONS CAN BE USED ONLY IN A clause_name STRING CLAUSE THAT APPLIES TO A 'SELECT *' SQL QUERY.

Explanation

The FOR and EXCEPT options of the REPLACE STRING or TRANSLATE STRING clause can only apply to an SQL statement based on a 'SELECT *' request. But a REPLACE STRING or TRANSLATE STRING clause with FOR and/or EXCEPT options used into it has been specified associated to an SQL statement not being of this kind.

User response

Either specify a 'SELECT *' request or change the associated REPLACE STRING or TRANSLATE STRING clause specification removing the FOR and/or EXCEPT options from it.