From: SAS User on 25 Feb 2010 08:22 Hi, I don't mind if the solution is in PROC SQL or datastep but I am struggling with how to do this:- a=tablea b=tableb update a.col1 where a.col2 = b.col2 Regards Lee
|
Pages: 1 Prev: Converting a timestamp to a SAS time Next: update a column based on a column in another table |