proc sql; update tableToBeUpdated tableA set y = (select newY from ... from sashelp.class as a left join temp as b on a.name=b.name; quit;.
確定! 回上一頁