Skip to Content
0
Former Member
Nov 28, 2006 at 01:34 PM

EXEC SQL STATEMENT

43 Views

Is there something wrong with this EXEC SQL Statement...

        EXEC SQL PERFORMING sr_STORE_data.
          select *
                 into :<FS_wt> @:c_db
                 from (lwt_source-PS_STRUCT)
                 where sb_effdt = :p_date
        ENDEXEC.