mirror of
https://github.com/sasjs/core.git
synced 2026-01-16 21:10:05 +00:00
fix: removing UTF 8 char to support LATIN9 environments
Source issue: https://git.datacontroller.io/dc/dc/issues/50
This commit is contained in:
2
all.sas
2
all.sas
@@ -13766,7 +13766,7 @@ alter table &libds modify &var char(&len);
|
|||||||
%end;
|
%end;
|
||||||
%else %if &rule=ISNUM %then %do;
|
%else %if &rule=ISNUM %then %do;
|
||||||
/*
|
/*
|
||||||
credit SØREN LASSEN
|
credit SOREN LASSEN
|
||||||
https://sasmacro.blogspot.com/2009/06/welcome-isnum-macro.html
|
https://sasmacro.blogspot.com/2009/06/welcome-isnum-macro.html
|
||||||
*/
|
*/
|
||||||
&tempcol=input(&incol,?? best32.);
|
&tempcol=input(&incol,?? best32.);
|
||||||
|
|||||||
@@ -57,7 +57,7 @@
|
|||||||
%end;
|
%end;
|
||||||
%else %if &rule=ISNUM %then %do;
|
%else %if &rule=ISNUM %then %do;
|
||||||
/*
|
/*
|
||||||
credit SØREN LASSEN
|
credit SOREN LASSEN
|
||||||
https://sasmacro.blogspot.com/2009/06/welcome-isnum-macro.html
|
https://sasmacro.blogspot.com/2009/06/welcome-isnum-macro.html
|
||||||
*/
|
*/
|
||||||
&tempcol=input(&incol,?? best32.);
|
&tempcol=input(&incol,?? best32.);
|
||||||
|
|||||||
Reference in New Issue
Block a user