|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Testing mf_islibds macro. More...
Go to the source code of this file.
%put %mf_islibds(work.something)=1; %put %mf_islibds(nolib)=0; %put %mf_islibds(badlibref.ds)=0; %put %mf_islibds(w.t.f)=0;
Definition in file mf_islibds.test.sas.