@Quanshuo,
I see, thank you. To add it to the Autoexec file, you simply open the Autoexec file and then paste that code in there.
First, access the Autoexec file as described in my previous post in this thread. Then paste the
LIBNAME score "/folders/myfolders";
code in there, so it should look like:
Next, hit save (in general it can be helpful to hit Run to make sure everything runs correctly). Now, that statement will be executed each time you open SAS Studio, meaning the score library will automatically be created.
Did that work?
-Brian
... View more