You can successfully complete all demos, activities, and practices in the SAS Programming 1 course using SAS Viya Workbench for Learners. To set up the supporting course files, complete these steps:
- From the SAS Viya Workbench page, click Launch Visual Studio Code.
- Select
in the upper-left corner and choose Terminal > New Terminal. - Paste the following text into the terminal and press Enter: git clone https://github.com/stever-sas/EPG1V2.git
- Verify a folder named EPG1V2 is added in the Explorer. Open the createdataPG1v2_Workbench.sas program.
- If the EPG1V2 folder is in MYFOLDER, then you do not need to modify the program.
- If the EPG1V2 folder is in a different location, right-click EPG1V2 in the Explorer and select Copy Path. In the program, replace the provided path in the %LET statement with the copied path.
- Click
to run the program. Verify a report is generated listing 22 tables. You will also see several folders and files now available in the EPG1V2 folder.