mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 09:30:06 +00:00
fix: forcing release for the previous fix
This commit is contained in:
6
all.sas
6
all.sas
@@ -22612,8 +22612,7 @@ data _null_;
|
|||||||
put ' ';
|
put ' ';
|
||||||
put ' /* setup temp ref */ ';
|
put ' /* setup temp ref */ ';
|
||||||
put ' %if %upcase(&fref) ne _WEBOUT %then %do; ';
|
put ' %if %upcase(&fref) ne _WEBOUT %then %do; ';
|
||||||
put ' filename &fref temp lrecl=999999 permission=''A::u::rwx,A::g::rw-,A::o::---'' ';
|
put ' filename &fref temp lrecl=999999 permission=''A::u::rwx,A::g::rw-,A::o::---''; ';
|
||||||
put ' mod; ';
|
|
||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' ';
|
put ' ';
|
||||||
put ' /* setup json */ ';
|
put ' /* setup json */ ';
|
||||||
@@ -26401,8 +26400,7 @@ filename &fref1 clear;
|
|||||||
|
|
||||||
/* setup temp ref */
|
/* setup temp ref */
|
||||||
%if %upcase(&fref) ne _WEBOUT %then %do;
|
%if %upcase(&fref) ne _WEBOUT %then %do;
|
||||||
filename &fref temp lrecl=999999 permission='A::u::rwx,A::g::rw-,A::o::---'
|
filename &fref temp lrecl=999999 permission='A::u::rwx,A::g::rw-,A::o::---';
|
||||||
mod;
|
|
||||||
%end;
|
%end;
|
||||||
|
|
||||||
/* setup json */
|
/* setup json */
|
||||||
|
|||||||
@@ -606,8 +606,7 @@ data _null_;
|
|||||||
put ' ';
|
put ' ';
|
||||||
put ' /* setup temp ref */ ';
|
put ' /* setup temp ref */ ';
|
||||||
put ' %if %upcase(&fref) ne _WEBOUT %then %do; ';
|
put ' %if %upcase(&fref) ne _WEBOUT %then %do; ';
|
||||||
put ' filename &fref temp lrecl=999999 permission=''A::u::rwx,A::g::rw-,A::o::---'' ';
|
put ' filename &fref temp lrecl=999999 permission=''A::u::rwx,A::g::rw-,A::o::---''; ';
|
||||||
put ' mod; ';
|
|
||||||
put ' %end; ';
|
put ' %end; ';
|
||||||
put ' ';
|
put ' ';
|
||||||
put ' /* setup json */ ';
|
put ' /* setup json */ ';
|
||||||
|
|||||||
@@ -135,8 +135,7 @@
|
|||||||
|
|
||||||
/* setup temp ref */
|
/* setup temp ref */
|
||||||
%if %upcase(&fref) ne _WEBOUT %then %do;
|
%if %upcase(&fref) ne _WEBOUT %then %do;
|
||||||
filename &fref temp lrecl=999999 permission='A::u::rwx,A::g::rw-,A::o::---'
|
filename &fref temp lrecl=999999 permission='A::u::rwx,A::g::rw-,A::o::---';
|
||||||
mod;
|
|
||||||
%end;
|
%end;
|
||||||
|
|
||||||
/* setup json */
|
/* setup json */
|
||||||
|
|||||||
Reference in New Issue
Block a user