1
0
mirror of https://github.com/sasjs/core.git synced 2026-06-08 20:10:20 +00:00

fix: mp_replace and mv_getjobcode were not ingesting periods correctly

This commit is contained in:
munja
2022-03-07 14:25:05 +00:00
parent 1932c1e138
commit b96df6f14f
5 changed files with 69 additions and 28 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ filename &inref &infile lrecl=1 recfm=n;
data &ds1;
infile &inref;
input sourcechar $ 1. @@;
input sourcechar $char1. @@;
format sourcechar hex2.;
run;