Hi: Do you see the pg1m6 folder in your SAS University Edition Server Files and Folders pane? If the answer is yes, you need to right click on the folder name and choose Properties to see the Location of the folder on your University Edition file system. We do NOT recommend using shortcuts for the class files. Typically, as shown in the video, the path should be something like: /folders/myfolders/EPG194/data (for our e-learning version of Programming 1) OR /folders/myfolders/pg1m6 (if you are using the classrooom version of the zip file for Programming 1) Note that the path is different for the %LET depending on whether you are using the zip file from the e-learning class or the zip file from the classroom offering. But in either case, to make the programs work with University Edition, you reference your shared folder location as:
/folders/myfolders -- so I really think there's something wrong with your path because you have inserted /myshortcuts into the path and are using /myfolder instead of /myfolders: /folders/myshortcuts/myfolder <-- no s on myfolders So if you have unzipped ALL the data files, it is going to make a difference how you got the zip file and whether you've defined your shared folder location correctly. Again, you should be able to right click on the pg1m6 folder in SAS Studio and choose Properties to see the correct location for the %LET statement. Cynthia
... View more