Hi:
If you are using Programming 1, we make an OUTPUT folder under the EPG194 main folder for the class. So here are some sample LIBNAME statements depending on how you are using SAS:
libname out "/folders/myfolders/EPG194/output"; /* SAS University Edition in a Virtual Machine */
libname out "/home/<userID>/EPG194/output"; /* SAS OnDemand for Academics account */
libname out "&path"; /* SAS Enterprise Guide when following the instructions in the course to use &PATH */
libname out "c:\SAS_Class\EPG194\output"; /* on a local Windows install using Display Manger or SAS Studio */
If you followed the setup instructions, please look for your output folder under the EPG194 main folder. If you do NOT have an output folder, please go back to the Course Overview and Data Setup instructions and follow them again. After the programs run, you should have an output folder.
In the video, the instructor is using an S: drive location because she is working in a classroom lab environment that has an S:\workshop folder set up for the class. You probably don't have this type of classroom image.
Hope this helps,
Cynthia