DB2 CLI by default, scans each SQL statement searching for vendor escape clause sequences.
If the application does not generate SQL statements that contain vendor escape clause sequences ( "Using Vendor Escape Clauses"), then the SQL_NO_SCAN statement option should be set to SQL_NOSCAN_ON at the connection level so that DB2 CLI does not perform a scan for vendor escape clauses.