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!
... View more