1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-08 01:50:05 +00:00

fix: generating all.sas and fixing failing test

This commit is contained in:
munja
2022-08-21 19:17:56 +01:00
parent 2031a5b0c0
commit 6d15465bac
4 changed files with 103 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ run;
%mp_assertscope(COMPARE)
proc sql noprint;
select count(*) into nobs from work.test;
select count(*) into: nobs from work.test;
select count(distinct ods_table) into: tnobs from work.test;
%mp_assert(