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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user