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

Merge pull request #352 from sasjs/dcissue50

fix: removing UTF 8 char to support LATIN9 environments
This commit is contained in:
Allan Bowe
2023-10-11 22:18:30 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13766,7 +13766,7 @@ alter table &libds modify &var char(&len);
%end;
%else %if &rule=ISNUM %then %do;
/*
credit SØREN LASSEN
credit SOREN LASSEN
https://sasmacro.blogspot.com/2009/06/welcome-isnum-macro.html
*/
&tempcol=input(&incol,?? best32.);

View File

@@ -57,7 +57,7 @@
%end;
%else %if &rule=ISNUM %then %do;
/*
credit SØREN LASSEN
credit SOREN LASSEN
https://sasmacro.blogspot.com/2009/06/welcome-isnum-macro.html
*/
&tempcol=input(&incol,?? best32.);