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

fix: failing test for mp_getformats

This commit is contained in:
munja
2021-12-17 00:55:51 +00:00
parent 82108f4b97
commit 1eb90202b9

View File

@@ -65,7 +65,7 @@ run;
%mp_getformats(fmtlist=WHICHPATH,outsummary=sum,outdetail=detail2)
%let tst2=0;
data _null_;
set detail1;
set detail2;
if fmtname='WHICHPATH' and start='**OTHER**' then call symputx('tst2',label);
putlog (_all_)(=);
run;