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

chore: updating header, adding stop statement in mp_makedata(), writing test for mf_existvar()

This commit is contained in:
munja
2021-12-23 19:29:37 +00:00
parent 66b0c9e77e
commit 6c6b55dcea
3 changed files with 29 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ data &ds2;
%end;
output;
end;
stop;
run;
proc sort data=&ds2 nodupkey;
by &pk_fields;