1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

chore: updating all.sas

This commit is contained in:
github-actions
2025-02-18 13:14:03 +00:00
parent cbe83c6d8d
commit 5ba3ca2c57

View File

@@ -17725,7 +17725,7 @@ data &outassocs;
n1+1;
end;
run;
proc sort;
proc sort SORTSEQ=LINGUISTIC;
by assoc name;
run;
@@ -17745,7 +17745,7 @@ data &outattrs;
n1+1;
end;
run;
proc sort;
proc sort SORTSEQ=LINGUISTIC;
by type name;
run;