1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions
5ba3ca2c57 chore: updating all.sas 2025-02-18 13:14:03 +00:00
Henrik Forsell
cbe83c6d8d Added SORTSEQ=LINGUISTIC to list 2025-02-18 12:40:26 +01:00
2 changed files with 4 additions and 4 deletions

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;

View File

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