Tagged Questions

4
votes
2answers
73 views

Tables not Listed under SQL Server LIBNAME

I've been having this problem for some time (it seems since the initial release of SAS v9). Steps to Reproduce I assign a libname to SQL Server (or Oracle -- I haven't verifi …
2
votes
3answers
106 views

Unable to clear Compiled Macro Libname

I have a program which creates a stored compiled macro in a library using the syntax: options mstored sasmstore=MyLib; %macro MyMac() /store source des='My Macro'; %let x=1; % …