Solved: This is what I would like to do: PROC SQL; DO k=1 TO 50; CREATE TABLE NewTable(k) as SELECT * FROM MyDataSet WHERE MyVar=k; END; ...
確定! 回上一頁