mirror of
https://github.com/sasjs/core.git
synced 2026-01-05 08:30:06 +00:00
fix: using byte codes to tidy up apostrophe logic, and new param for mf_getquotedstr macro
This commit is contained in:
@@ -89,7 +89,7 @@ run;
|
||||
%let tempvw=%mf_getuniquename(prefix=&sysmacroname);
|
||||
proc sql;
|
||||
create view work.&tempvw as select * from &lib..&ds
|
||||
order by %mf_getquotedstr(&sortkey,quote=%str());
|
||||
order by %mf_getquotedstr(&sortkey,quote=N);
|
||||
|
||||
/* append sorted data */
|
||||
proc append base=&lib..&tempds2 data=work.&tempvw;
|
||||
|
||||
Reference in New Issue
Block a user