How to select all variables from the data set. proc sql; select * from mylib.outdata; Quit;. Asterisk (*) is used to select all columns (variables) in the ...
確定! 回上一頁