mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
fix: logic in mm_assigdirectlib to close #375
This commit is contained in:
3
all.sas
3
all.sas
@@ -14774,7 +14774,8 @@ filename __us2grp clear;
|
||||
|
||||
%local cur_engine;
|
||||
%let cur_engine=%mf_getengine(&libref);
|
||||
%if &cur_engine ne META and &cur_engine ne %then %do;
|
||||
%if &cur_engine ne META and &cur_engine ne and %length(&open_passthrough)=0
|
||||
%then %do;
|
||||
%put NOTE: &libref already has a direct (&cur_engine) libname connection;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
@@ -54,7 +54,8 @@
|
||||
|
||||
%local cur_engine;
|
||||
%let cur_engine=%mf_getengine(&libref);
|
||||
%if &cur_engine ne META and &cur_engine ne %then %do;
|
||||
%if &cur_engine ne META and &cur_engine ne and %length(&open_passthrough)=0
|
||||
%then %do;
|
||||
%put NOTE: &libref already has a direct (&cur_engine) libname connection;
|
||||
%return;
|
||||
%end;
|
||||
|
||||
Reference in New Issue
Block a user