1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-05 00:20:05 +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

@@ -19110,7 +19110,7 @@ run;
Usage: Usage:
%mfs_httpheader(Content-type,application/csv) %mfs_httpheader(Content-Type,application/csv)
@param [in] header_name Name of the http header to set @param [in] header_name Name of the http header to set
@param [in] header_value Value of the http header to set @param [in] header_value Value of the http header to set
@@ -19126,6 +19126,7 @@ run;
%macro mfs_httpheader(header_name %macro mfs_httpheader(header_name
,header_value ,header_value
)/*/STORE SOURCE*/; )/*/STORE SOURCE*/;
%global sasjs_stpsrv_header_loc;
%local fref fid i; %local fref fid i;
%if %sysfunc(filename(fref,&sasjs_stpsrv_header_loc)) ne 0 %then %do; %if %sysfunc(filename(fref,&sasjs_stpsrv_header_loc)) ne 0 %then %do;
@@ -19879,6 +19880,7 @@ data _null_;
put '%macro mfs_httpheader(header_name '; put '%macro mfs_httpheader(header_name ';
put ' ,header_value '; put ' ,header_value ';
put ')/*/STORE SOURCE*/; '; put ')/*/STORE SOURCE*/; ';
put '%global sasjs_stpsrv_header_loc; ';
put '%local fref fid i; '; put '%local fref fid i; ';
put ' '; put ' ';
put '%if %sysfunc(filename(fref,&sasjs_stpsrv_header_loc)) ne 0 %then %do; '; put '%if %sysfunc(filename(fref,&sasjs_stpsrv_header_loc)) ne 0 %then %do; ';

View File

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