https://github.com/sassoftware/sas-cert-prep-data
Sample data files to support practice exercises within SAS certification preparation guides.
https://github.com/sassoftware/sas-cert-prep-data
Last synced: 7 months ago
JSON representation
Sample data files to support practice exercises within SAS certification preparation guides.
- Host: GitHub
- URL: https://github.com/sassoftware/sas-cert-prep-data
- Owner: sassoftware
- License: apache-2.0
- Created: 2019-10-10T14:22:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T18:19:59.000Z (over 1 year ago)
- Last Synced: 2025-02-13T13:24:46.516Z (9 months ago)
- Language: SAS
- Size: 283 KB
- Stars: 35
- Watchers: 6
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SAS Certification Prep Guide Sample Data
## Overview
The SAS Certification prep guides provide sample data files to support users who want to practice exercises within the prep guides.
*The data sets that are created during the execution of the **cre8data.sas** and **cre8permdata.sas** programs are fictional or publicly available data. Any resemblance to actual data is purely coincidental and not intentional.*
### Requirements
To complete the examples in this book, you must have access to SAS windowing environment, SAS Enterprise Guide, SAS Studio, or SAS University Edition.
### Prep Guides
- [SAS Certified Specialist Prep Guide Base Programming Using SAS 9.4](https://www.sas.com/store/books/categories/certification-guide/sas-certified-specialist-prep-guide-base-programming-using-sas-9-4/prodBK_72102_en.html) prepares you to take the new SAS 9.4 Base Programming - Performance-Based Exam. The associated data sample data directory is named [specialist-prep-guide](https://github.com/sassoftware/sas-cert-prep-data/tree/master/specialist-prep-guide).
- [SAS Certified Professional Prep Guide Advanced Programming Using SAS 9.4]() prepares you to take the new SAS 9.4 Advanced Programming - Performance-Based Exam. The associated data sample data directory is named [professional-prep-guide](https://github.com/sassoftware/sas-cert-prep-data/tree/master/professional-prep-guide).
### Contributing
We welcome your contributions! :handshake: Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to submit contributions to this project.
### License
This project is licensed under the [Apache 2.0 License](./LICENSE).
### Additional Resources
* [SAS® Certified Specialist Prep Guide: Base Programming Using SAS® 9.4](https://www.sas.com/store/prodBK_72102_en.html)
* [SAS® Certified Professional Prep Guide: Advanced Programming Using SAS® 9.4](https://www.sas.com/store/books/categories/certification-guide/sas-certified-professional-prep-guide-advanced-programming-using-sas-9-4/prodBK_73006_en.html)
* [SAS Certification Exam | 4 Tips for Success](https://www.youtube.com/watch?v=OpQ0SMNXiYE&list=PLVV6eZFA22QwrXd6nSDU18E6XgXSMOs87&index=12&t=0s)
* [The Little SAS Book: A Primer, Sixth Edition](https://www.sas.com/store/prodBK_73044_en.html?storeCode=SAS_US) by Lora D. Delwiche & Susan J. Slaughter
* [Learning SAS by Example: A Programmer's Guide, Second Edition](https://www.sas.com/store/books/categories/getting-started/learning-sas-by-example-a-programmer-s-guide-second-edition/prodBK_71442_en.html) by Ron Cody
* [Fundamentals of Programming in SAS: A Case Studies Approach](https://www.sas.com/store/books/categories/getting-started/fundamentals-of-programming-in-sas-a-case-studies-approach/prodBK_71342_en.html) by James Blum & Jonathan Duggins
* [SAS Programming Glossary](https://documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=pgmsasgl&docsetTarget=glossary.htm)
* [Free SAS Training](https://www.sas.com/en_us/training/offers/free-training.html)
* [Step-by-Step Programming with Base SAS 9.4 Documentation](https://go.documentation.sas.com/?cdcId=pgmsascdc&cdcVersion=9.4_3.4&docsetId=basess&docsetTarget=titlepage.htm)