mirror of
https://github.com/sasjs/core.git
synced 2026-01-18 22:10:06 +00:00
chore: all.sas generation
This commit is contained in:
4
all.sas
4
all.sas
@@ -19110,7 +19110,7 @@ run;
|
||||
|
||||
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_value Value of the http header to set
|
||||
@@ -19126,6 +19126,7 @@ run;
|
||||
%macro mfs_httpheader(header_name
|
||||
,header_value
|
||||
)/*/STORE SOURCE*/;
|
||||
%global sasjs_stpsrv_header_loc;
|
||||
%local fref fid i;
|
||||
|
||||
%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 ' ,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; ';
|
||||
|
||||
@@ -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; ';
|
||||
|
||||
Reference in New Issue
Block a user