mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 22:14:35 +00:00
fix: sorting output in create sas package
This commit is contained in:
@@ -131,14 +131,14 @@ data members(compress=char);
|
||||
run;
|
||||
|
||||
proc sort data=members;
|
||||
by name;
|
||||
by name name2;
|
||||
run;
|
||||
|
||||
%let temp_options = %sysfunc(getoption(source)) %sysfunc(getoption(notes));
|
||||
options nosource nonotes;
|
||||
data _null_;
|
||||
set members;
|
||||
by name notsorted;
|
||||
by name;
|
||||
|
||||
ord + first.name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user