SSC-EWI-0030
The statement below has usages of dynamic SQL
Some parts in the output code are omitted for clarity reasons.
Severity
Medium
Description
This error is used to indicate that the statement has usages of dynamic SQL. Each specific source language has its own set of statements that can execute dynamic SQL. Dynamic SQL refers to code that is built as text using the string manipulation tools the database engine language provides.
This scenario is considered a complex pattern because dynamic SQL is built and executed in runtime making it more difficult to track and debug errors. This error is meant to be a helper to spot some problems that a static-code analyzer such as Snow Convert cannot.
Code Example
Teradata
IN -> Teradata_01.sql
Oracle
IN -> Oracle_01.sql