1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

chore: running all.sas

This commit is contained in:
munja
2021-12-13 01:08:37 +00:00
parent 0885bad859
commit 0a29006914
3 changed files with 57 additions and 34 deletions

View File

@@ -95,7 +95,7 @@ data _null_;
put '%if &action=OPEN %then %do; ';
put ' options nobomfile; ';
put ' data _null_;file &jref encoding=''utf-8''; ';
put ' put ''{"START_DTTM" : "'' "%sysfunc(datetime(),datetime20.3)" ''"''; ';
put ' put ''{"PROCESSED_DTTM" : "'' "%sysfunc(datetime(),E8601DT26.6)" ''"''; ';
put ' run; ';
put '%end; ';
put '%else %if (&action=ARR or &action=OBJ) %then %do; ';