Hello!
I am taking the programming 1 class and am having some issues with the initial data setup.
I keep getting the same error: "Note: Library PG1 does not exist"
Here is the code:
/***********************************************/
/* In the line of code below, replace FILEPATH */
/* with the path to your EPG1V2/data folder */
/***********************************************/
%let path=/Users/elysejudge/Downloads/EPG1V2/data;
/**********************************************/
/* DO NOT EDIT THE CODE BELOW */
/**********************************************/
libname PG1 "&path";
Any help anyone is able to provide would be much appreciated!
/Users looks lije the "home" path on a Mac. SAS does not run on a Mac.
To set up the example data correctly, you MUST follow the instructions for your environment to the letter.
Thank you both for your help, I figured out the issue (a combination of following the wrong directions and saving the files to my home drive on my mac, tried a USB instead and that worked).
Please can I get the link to the zip file that contains the course work for the sas program
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Ready to level-up your skills? Choose your own adventure.