tips(SAS) 変数の並び替えをする 変数の並び(並び順、順番)を整える。formatステートメントを使います。元のデータproc print data = sashelp.class;run;並べ替えるdata class_change; format name age se... 2019.05.27 tips(SAS)