mirror of
https://github.com/sasjs/core.git
synced 2026-06-08 20:10:20 +00:00
chore: updating all.sas
This commit is contained in:
@@ -26414,6 +26414,9 @@ data _null_;
|
|||||||
put ' ';
|
put ' ';
|
||||||
put ' /* setup json */ ';
|
put ' /* setup json */ ';
|
||||||
put ' data _null_;file &fref; ';
|
put ' data _null_;file &fref; ';
|
||||||
|
put ' %if %str(&_debug) ge 131 and &_EXECUTIONTASKS=true %then %do; ';
|
||||||
|
put ' put ''>>weboutBEGIN<<''; ';
|
||||||
|
put ' %end; ';
|
||||||
put ' put ''{"SYSDATE" : "'' "&SYSDATE" ''"''; ';
|
put ' put ''{"SYSDATE" : "'' "&SYSDATE" ''"''; ';
|
||||||
put ' put '',"SYSTIME" : "'' "&SYSTIME" ''"''; ';
|
put ' put '',"SYSTIME" : "'' "&SYSTIME" ''"''; ';
|
||||||
put ' run; ';
|
put ' run; ';
|
||||||
@@ -26526,7 +26529,9 @@ data _null_;
|
|||||||
put ' memsize=quote(cats(memsize)); ';
|
put ' memsize=quote(cats(memsize)); ';
|
||||||
put ' put '',"MEMSIZE" : '' memsize; ';
|
put ' put '',"MEMSIZE" : '' memsize; ';
|
||||||
put ' put "}"; ';
|
put ' put "}"; ';
|
||||||
put ' ';
|
put ' %if %str(&_debug) ge 131 and &_EXECUTIONTASKS=true %then %do; ';
|
||||||
|
put ' put ''>>weboutEND<<''; ';
|
||||||
|
put ' %end; ';
|
||||||
put ' %if %upcase(&fref) ne _WEBOUT and &stream=Y %then %do; ';
|
put ' %if %upcase(&fref) ne _WEBOUT and &stream=Y %then %do; ';
|
||||||
put ' data _null_; rc=fcopy("&fref","_webout");run; ';
|
put ' data _null_; rc=fcopy("&fref","_webout");run; ';
|
||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
@@ -30540,6 +30545,9 @@ filename &fref1 clear;
|
|||||||
|
|
||||||
/* setup json */
|
/* setup json */
|
||||||
data _null_;file &fref;
|
data _null_;file &fref;
|
||||||
|
%if %str(&_debug) ge 131 and &_EXECUTIONTASKS=true %then %do;
|
||||||
|
put '>>weboutBEGIN<<';
|
||||||
|
%end;
|
||||||
put '{"SYSDATE" : "' "&SYSDATE" '"';
|
put '{"SYSDATE" : "' "&SYSDATE" '"';
|
||||||
put ',"SYSTIME" : "' "&SYSTIME" '"';
|
put ',"SYSTIME" : "' "&SYSTIME" '"';
|
||||||
run;
|
run;
|
||||||
@@ -30652,7 +30660,9 @@ filename &fref1 clear;
|
|||||||
memsize=quote(cats(memsize));
|
memsize=quote(cats(memsize));
|
||||||
put ',"MEMSIZE" : ' memsize;
|
put ',"MEMSIZE" : ' memsize;
|
||||||
put "}";
|
put "}";
|
||||||
|
%if %str(&_debug) ge 131 and &_EXECUTIONTASKS=true %then %do;
|
||||||
|
put '>>weboutEND<<';
|
||||||
|
%end;
|
||||||
%if %upcase(&fref) ne _WEBOUT and &stream=Y %then %do;
|
%if %upcase(&fref) ne _WEBOUT and &stream=Y %then %do;
|
||||||
data _null_; rc=fcopy("&fref","_webout");run;
|
data _null_; rc=fcopy("&fref","_webout");run;
|
||||||
%end;
|
%end;
|
||||||
|
|||||||
@@ -697,6 +697,9 @@ data _null_;
|
|||||||
put ' ';
|
put ' ';
|
||||||
put ' /* setup json */ ';
|
put ' /* setup json */ ';
|
||||||
put ' data _null_;file &fref; ';
|
put ' data _null_;file &fref; ';
|
||||||
|
put ' %if %str(&_debug) ge 131 and &_EXECUTIONTASKS=true %then %do; ';
|
||||||
|
put ' put ''>>weboutBEGIN<<''; ';
|
||||||
|
put ' %end; ';
|
||||||
put ' put ''{"SYSDATE" : "'' "&SYSDATE" ''"''; ';
|
put ' put ''{"SYSDATE" : "'' "&SYSDATE" ''"''; ';
|
||||||
put ' put '',"SYSTIME" : "'' "&SYSTIME" ''"''; ';
|
put ' put '',"SYSTIME" : "'' "&SYSTIME" ''"''; ';
|
||||||
put ' run; ';
|
put ' run; ';
|
||||||
@@ -809,7 +812,9 @@ data _null_;
|
|||||||
put ' memsize=quote(cats(memsize)); ';
|
put ' memsize=quote(cats(memsize)); ';
|
||||||
put ' put '',"MEMSIZE" : '' memsize; ';
|
put ' put '',"MEMSIZE" : '' memsize; ';
|
||||||
put ' put "}"; ';
|
put ' put "}"; ';
|
||||||
put ' ';
|
put ' %if %str(&_debug) ge 131 and &_EXECUTIONTASKS=true %then %do; ';
|
||||||
|
put ' put ''>>weboutEND<<''; ';
|
||||||
|
put ' %end; ';
|
||||||
put ' %if %upcase(&fref) ne _WEBOUT and &stream=Y %then %do; ';
|
put ' %if %upcase(&fref) ne _WEBOUT and &stream=Y %then %do; ';
|
||||||
put ' data _null_; rc=fcopy("&fref","_webout");run; ';
|
put ' data _null_; rc=fcopy("&fref","_webout");run; ';
|
||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
|
|||||||
Reference in New Issue
Block a user