1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-03 15:40:05 +00:00

fix: logic in mm_assigdirectlib to close #375

This commit is contained in:
allan
2024-08-20 17:18:27 +02:00
parent b7718fae6b
commit 8485d9ebdf
3 changed files with 4 additions and 149155 deletions

View File

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