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

fix: adding a period to enable formats such as anydtdtme

This commit is contained in:
2020-11-02 17:26:59 +01:00
parent a88efacfab
commit cafffbb509
2 changed files with 2 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ data _null_;
if type=1 then informat='best.';
else informat=cats('$',length,'.');
end;
else informat=cats(informat,'.');
in=catx(' ',in,name,':',informat);
if last then do;
call symputx('instat',in,'l');