1
0
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:
Allan Bowe
2021-06-23 21:55:44 +03:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@@ -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)

View File

@@ -96,7 +96,8 @@
filename &fref filesrvc
folderPath="&path"
filename="&name"
cdisp="&contentdisp";
cdisp="&contentdisp"
lrecl=1048544;
%mp_binarycopy(inref=&inref, outref=&fref)