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

chore: generating all.sas and fixing indentation

This commit is contained in:
Allan Bowe
2021-11-29 11:35:37 +00:00
parent ddd831fe7a
commit 02de4e42bf
2 changed files with 80 additions and 2 deletions

View File

@@ -36,8 +36,8 @@ run;
)
/**
* copy it
*/
* copy it
*/
%let newfolder=%sysfunc(pathname(work))/new;
%mp_copyfolder(&root,&newfolder)