https://github.com/sassoftware/sas-viya-quick-start
This repository provides the files referenced in the SAS Viya Quick Start Videos. Files can be loaded into your SAS Viya platform to follow along with the videos.
https://github.com/sassoftware/sas-viya-quick-start
Last synced: 7 months ago
JSON representation
This repository provides the files referenced in the SAS Viya Quick Start Videos. Files can be loaded into your SAS Viya platform to follow along with the videos.
- Host: GitHub
- URL: https://github.com/sassoftware/sas-viya-quick-start
- Owner: sassoftware
- License: apache-2.0
- Created: 2023-01-20T14:56:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T23:27:13.000Z (11 months ago)
- Last Synced: 2025-03-31T12:03:58.806Z (7 months ago)
- Language: Jupyter Notebook
- Size: 959 KB
- Stars: 22
- Watchers: 10
- Forks: 75
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# SAS Viya Quick Start Videos and Supporting Files
## Overview
[The SAS Viya Quick Start video series](https://video.sas.com/category/videos/sas-viya-quick-start) provides tutorials for many of the SAS Viya applications. The videos are designed to allow users to follow along in the software to enhance their learning experience. This repository provides the files referenced in the videos so that you can configure your environment to follow along.
### Quick Start Video Series
The following videos are included in the Quick Start series:
- [SAS Viya and the Analytics Life Cycle](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6325462141112/sas-viya-and-the-analytics-life-cycle?autoStart=true)
- [Discover Information Assets with SAS Information Catalog](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6326134225112/discover-information-assets-with-sas-information-catalog?autoStart=true)
- [Manage Data with SAS Data Explorer](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6332731378112/manage-data-with-sas-data-explorer?autoStart=true)
- [Explore and Visualize Data with SAS Visual Analytics](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6323595794112/explore-and-visualize-data-with-sas-visual-analytics?autoStart=true)
- [Develop SAS Code with SAS Studio](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6325460656112/develop-sas-code-with-sas-studio?autoStart=true)
- [Build Flows with SAS Studio](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6325462242112/build-flows-with-sas-studio?autoStart=true)
- [Create Custom Steps with SAS Studio](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6347011003112/create-custom-steps-with-sas-studio?autoStart=true)
- [Git Integration with SAS Studio](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6358959868112/git-integration-with-sas-studio?autoStart=true)
- [Build Models with SAS Model Studio](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6326334754112/build-models-with-sas-model-studio?autoStart=true)
- [Manage Models with SAS Model Manager](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6326134528112/manage-models-with-sas-model-manager?autoStart=true)
- [Build Decisions with SAS Intelligent Decisioning](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6364412742112/build-decisions-with-sas-intelligent-decisioning?autoStart=true)
- [Accelerate Code in SAS Cloud Analytic Services](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6326133063112/accelerate-code-with-sas-cloud-analytic-services?autoStart=true)
- [Share and Collaborate with SAS Drive](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6332187252112/share-and-collaborate-with-sas-drive?autoStart=true)
- [Use Python Code with SAS Studio](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6332185094112/use-python-code-in-sas-studio?autoStart=true)
- [Use the Python SWAT Package on the SAS Viya Platform](https://video.sas.com/detail/videos/sas-viya-quick-start/video/6332198984112/use-the-python-swat-package-on-the-sas-viya-platform?autoStart=true)
### Installation
1. Visit https://github.com/sassoftware/sas-viya-quick-start and click **Code** > **Download ZIP**.
2. Unzip the files to your local machine. By default, the files will be in a folder named **sas-viya-quick-start-main**.
3. In SAS Viya, select the Applications menu in the upper left corner and select **Develop Code and Flows**. SAS Studio launches.
4. In the Navigation pane on the left, select the **Explorer** icon.
5. Expand . Navigate to your preferred location for storing the files. You must have write access. Right-click on the desired folder and select **New folder**. Name the folder **quick-start**.
* Your environment may have a different label other than **Files**, but the icon will look the same.
* If you create the **quick-start** folder under **SAS Content** rather than **Files**, the SAS programs will not run successfully.
* The file location demonstrated in the videos is **Files** > **data** > **quick-start**.
6. Select the new **quick-start** folder and click the **Upload** button.
7. Click **Add**, then navigate to the files you unzipped on your local machine. Press **Ctrl+A** to select all the files, then click **Open** > **Upload**.
8. In the Explorer, expand the **quick-start** folder and double-click the **_Load_Quick_Start_Data.sas** program to open it.
9. Do not make any changes to the code. Click **Run**. Confirm the **HOME_EQUITY** and **CUSTOMER** tables are listed in the Table Information report.
NOTE: As you follow along in your environment, the **HOME_EQUITY** and **CUSTOMER** tables will be in the **Casuser** caslib.
## Contributing
We do not accept contributions for this project.
## License
This project is licensed under the [Apache 2.0 License](LICENSE).
## Additional Resources
**Required**. Include any additional resources that users may need or find useful when using your software. Additional resources might include the following:
* *Link to videos on SAS Video Portal (once posted)*
* [SAS Viya Community](https://communities.sas.com/t5/SAS-Viya/ct-p/viya)
* [SAS Viya Learning and Support](https://support.sas.com/en/software/sas-viya.html)