Hello, I just started using SAS Enterprise Guide. And i keep getting this error.
NOTE: Library ORION does not exist.
I do not understand what i am doing wrong here. This is my program code:
libname orion 'D:\Documenten\My SAS Files\ECPRG1';
And as you can see in the image, the file path is correct. Im most likely doing something stupid but i can't see it. *edit* Is it possible he can only search for a direction on the SAS server? and not locally? *edit2* Nvm, im using SAS On Demand which means i have to link to the file on the server, i was reading the wrong manual.
libname orion '/tutorials/eg/data/ecprg1';
Thanks in advance Simon
... View more