1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 23:50:06 +00:00

Added SORTSEQ=LINGUISTIC to list

This commit is contained in:
Henrik Forsell
2025-02-18 12:40:26 +01:00
parent 2bb1df86ec
commit cbe83c6d8d

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;