mirror of
https://github.com/sasjs/core.git
synced 2026-01-05 00:20:05 +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_;
|
||||
run;
|
||||
|
||||
%mend mmx_deletemetafolder;/**
|
||||
|
||||
%mend mmx_deletemetafolder;
|
||||
/**
|
||||
@file mmx_spkexport.sas
|
||||
@brief Exports everything in a particular metadata folder
|
||||
@details Will export everything in a metadata folder to a specified location.
|
||||
@@ -12989,7 +12991,8 @@ run;
|
||||
filename &fref filesrvc
|
||||
folderPath="&path"
|
||||
filename="&name"
|
||||
cdisp="&contentdisp";
|
||||
cdisp="&contentdisp"
|
||||
lrecl=1048544;
|
||||
|
||||
%mp_binarycopy(inref=&inref, outref=&fref)
|
||||
|
||||
|
||||
@@ -96,7 +96,8 @@
|
||||
filename &fref filesrvc
|
||||
folderPath="&path"
|
||||
filename="&name"
|
||||
cdisp="&contentdisp";
|
||||
cdisp="&contentdisp"
|
||||
lrecl=1048544;
|
||||
|
||||
%mp_binarycopy(inref=&inref, outref=&fref)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user