1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-14 12:00:05 +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; n1+1;
end; end;
run; run;
proc sort; proc sort SORTSEQ=LINGUISTIC;
by assoc name; by assoc name;
run; run;
@@ -17745,7 +17745,7 @@ data &outattrs;
n1+1; n1+1;
end; end;
run; run;
proc sort; proc sort SORTSEQ=LINGUISTIC;
by type name; by type name;
run; run;