Hi,
I'm seeing we can get significant benefit from converting some of our master files over to SPDE format. Savings in both space and run times look promising.
One of the minor inconveniences is lack of support for views. Was wondering if pointing a different non-SPDE libname to the same folder that SPDE uses would result in any issues, if only to define views.. I would think not, but I've been surprised before.
Version 9.4 TS1M5, Windows 2012 R2 server.
Thanks!
--Ben
Hi Linus,
Thanks for replying. Yeah, probably could have done a better job phrasing it. 🙂
I guess I'm asking if something like this would cause heartburn with SAS at any point:
libname out 'c:\sasdata\project1';
libname out2 SPDE 'c:\sasdata\project1';
I would stuff views into the out libname and the data itself in the out2 libname.
I'm not expecting any conflicts but wanted to make sure this wouldn't cause SAS issues.
--Ben
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.