1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-04 16:10:06 +00:00

chore: all.sas generation

This commit is contained in:
munja
2022-04-28 21:47:42 +01:00
parent a39f4e4eee
commit cb4f71c7cd
2 changed files with 4 additions and 1 deletions

View File

@@ -473,6 +473,7 @@ data _null_;
put '%macro mfs_httpheader(header_name ';
put ' ,header_value ';
put ')/*/STORE SOURCE*/; ';
put '%global sasjs_stpsrv_header_loc; ';
put '%local fref fid i; ';
put ' ';
put '%if %sysfunc(filename(fref,&sasjs_stpsrv_header_loc)) ne 0 %then %do; ';