1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-16 04:50:05 +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; n1+1;
end; end;
run; run;
proc sort; proc sort SORTSEQ=LINGUISTIC;
by assoc name; by assoc name;
run; run;
@@ -61,7 +61,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;