1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-16 04:50:05 +00:00

feat: new mp_hashdirectory() macro and associated test. Closes #312

This commit is contained in:
munja
2022-09-15 16:47:05 +01:00
parent 984ea44f5d
commit c78211aa1c
6 changed files with 482 additions and 10 deletions

View File

@@ -92,7 +92,7 @@ data _null_;
run;
%if %upcase(&showlog)=YES %then %do;
options ps=max;
options ps=max lrecl=max;
data _null_;
infile &outref;
input;
@@ -100,4 +100,4 @@ run;
run;
%end;
%mend mp_ds2md;
%mend mp_ds2md;