From: SAS User on
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