Thank you. This small trick of right-clicking inside the code worked. It's still weird - never happened before. Maybe you also know how to restore the static Run button? Thanks, IgorF
... View more
Tom, I changed my single line of code to LIBNAME sassets "sasuser.v94"; sasuser.v94\ is what I found on the server. Still didn't work. Then created a new folder SAS Datasets and ran LIBNAME sassets "sasuser.v94\SAS Datasets"; Still tno success (same exact log)..
... View more
Ok, Tom, I understand that, thank you. But how exactly can I access my folders on that SAS server? I couldn't see your posting on Programming. Co0uld you please give me the exact sequence of steps?
... View more
Tom, thank you for your attempt, but that's not it. I m doing everything on the same machine. Have no idea what SAS version that OnDemand SAS Studio is using. Yes, you are right, the log message jumps from line 1 to 72, which is another thing that's wrong. I have only 1 line in my in my code LIBNAME sassets "C:\SAS Datasets"; Everything else must be from your system. Igor
... View more
Hello everybody. I am trying to do the most simple thing imaginable - assign LIBNAME to an existing folder - but for some reason it doesn't work. Here's my statement: LIBNAME sassets "C:\SAS Datasets"; And here's from the log; 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK; 70 71 LIBNAME sassets "C:\SAS Datasets"; NOTE: Library SASSETS does not exist. C:\SAS Datasets is an existing newly created folder. Can anyone see what's wrong?
... View more