Hi Cynthia, For https://vle.sas.com/mod/scorm/player.php?a=8494¤torg=ORG-EPG1V2&scoid=19198 SAS Programming 1: Essentials course university edition setup requires to run this code: /***********************************************/ 74 /* In the line of code below, replace FILEPATH */ 75 /* with the path to your EPG1V2/data folder */ 76 /***********************************************/ 77 78 %let path= /folders/myfolders/EPG1V2/data; 79 80 /**********************************************/ 81 /* DO NOT EDIT THE CODE BELOW */ 82 /**********************************************/ 83 84 85 86 libname PG1 "&path"; NOTE: Library PG1 does not exist Seems this problem is not solved yet and wrong instruction is given 🙂
... View more