1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-15 16:14:36 +00:00

fix: removing bug introduced to mp_getddl and adding a test to prevent regression

This commit is contained in:
Allan Bowe
2021-07-29 13:02:58 +03:00
parent 39b2e7c5f9
commit 6d2fc7e265
3 changed files with 27 additions and 4 deletions

View File

@@ -38,8 +38,8 @@
)/*/STORE SOURCE*/;
/* check fileref is assigned */
%if %mf_existfileref(&outref)=0 %then %do;
filename &outref temp ;
%if %mf_existfileref(&fref)=0 %then %do;
filename &fref temp ;
%end;
%if %length(&libref)=0 %then %let libref=WORK;