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

Merge pull request #270 from sasjs/forcerelease

fix: forcing release for the previous fix
This commit is contained in:
Allan Bowe
2022-07-01 00:17:11 +02:00
committed by GitHub
3 changed files with 4 additions and 8 deletions

View File

@@ -606,8 +606,7 @@ data _null_;
put ' ';
put ' /* setup temp ref */ ';
put ' %if %upcase(&fref) ne _WEBOUT %then %do; ';
put ' filename &fref temp lrecl=999999 permission=''A::u::rwx,A::g::rw-,A::o::---'' ';
put ' mod; ';
put ' filename &fref temp lrecl=999999 permission=''A::u::rwx,A::g::rw-,A::o::---''; ';
put ' %end; ';
put ' ';
put ' /* setup json */ ';