mirror of
https://github.com/sasjs/core.git
synced 2026-01-07 09:30:06 +00:00
Merge branch 'main' into mendfixes
This commit is contained in:
7
all.sas
7
all.sas
@@ -12702,7 +12702,9 @@ data _null_;
|
|||||||
putlog _infile_;
|
putlog _infile_;
|
||||||
run;
|
run;
|
||||||
|
|
||||||
%mend mmx_deletemetafolder;/**
|
|
||||||
|
%mend mmx_deletemetafolder;
|
||||||
|
/**
|
||||||
@file mmx_spkexport.sas
|
@file mmx_spkexport.sas
|
||||||
@brief Exports everything in a particular metadata folder
|
@brief Exports everything in a particular metadata folder
|
||||||
@details Will export everything in a metadata folder to a specified location.
|
@details Will export everything in a metadata folder to a specified location.
|
||||||
@@ -12989,7 +12991,8 @@ run;
|
|||||||
filename &fref filesrvc
|
filename &fref filesrvc
|
||||||
folderPath="&path"
|
folderPath="&path"
|
||||||
filename="&name"
|
filename="&name"
|
||||||
cdisp="&contentdisp";
|
cdisp="&contentdisp"
|
||||||
|
lrecl=1048544;
|
||||||
|
|
||||||
%mp_binarycopy(inref=&inref, outref=&fref)
|
%mp_binarycopy(inref=&inref, outref=&fref)
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,8 @@
|
|||||||
filename &fref filesrvc
|
filename &fref filesrvc
|
||||||
folderPath="&path"
|
folderPath="&path"
|
||||||
filename="&name"
|
filename="&name"
|
||||||
cdisp="&contentdisp";
|
cdisp="&contentdisp"
|
||||||
|
lrecl=1048544;
|
||||||
|
|
||||||
%mp_binarycopy(inref=&inref, outref=&fref)
|
%mp_binarycopy(inref=&inref, outref=&fref)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user