Hi All,
I am looking for a procedure or some way to update a DB2 table in a DB2 library from another DB2 table in a SAS librray.
The DB2 table which is in DB2 library which needs updating is empty.
If both tables are located in the DBMS, use explicit pass-through to avoid transfer of data to and from SAS.
Within proc sql, use connect to connect to the DBMS, execute to run the command there, and disconnect to terminate the connection.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Register Now
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.