I believe s_column_syntax and s_dbtab_syntax are variables and not internal tables. So, you should not be using TABLES in your subroutine call. Instead use USING.
↧
I believe s_column_syntax and s_dbtab_syntax are variables and not internal tables. So, you should not be using TABLES in your subroutine call. Instead use USING.