Rules and guidelines for calling a stored procedure
Rules and guidelines for calling a stored procedure
Consider the following rules and guidelines for calling a stored procedure using the ODBC
subtype as DB2 or Teradata:
You can't configure an unconnected
stored procedure using the SQL transformation.
When you use an SQL transformation to
call a stored procedure in DB2 or Teradata, ensure that the stored procedure
definitions do not contain keywords, special characters, and Unicode characters.
You can't process a stored function in
an SQL transformation.
You can't configure the input or in-out
parameter in an entered query that you define in the SQL editor.
When you use DB2 subtype, you
cannot call overloaded stored procedure using an SQL
transformation.