Do you want to start learning SAS easily and quickly? You have come to the right place! SAS programming for beginners is a SAS entry level course, which is designed to show you how to write SAS programs step by step from the start. SAS programming skill is highly demanded and rewarded in many fields. This course is for students who want to learn SAS and pursue career in related fields, as well as for professionals who want to equip themselves with this new skill to broaden their career path or bring it to the next level.
This course contains
27 lectures and 4 hours of contents.
Each lecture shows hands-on coding in SAS programming environment as well as detailed step-by-step explanations.
The course supplements (each lecture contains downloadable SAS code (.sas file) and data (zip file) used in lectures) are easy downloadable for your own practice.
The SAS programs created in this course are compatible across all SAS programming environments
Your Instructor
Welcome to SC Statistical Programming!
(Contact Information: [email protected])
Before I become an online SAS programming instructor, I have worked as a statistician/SAS programmer for 7 years. I am a SAS certified professional and highly proficient in SAS programming, and I enjoy teaching as well. Now I am using my SAS programming skills to help people learning SAS in an easy and affordable way.
I created my business SC statistical programming to offer free SAS programming courses as well as affordable online video-based SAS programming courses at various levels. No matter you are a beginner or experienced professional in SAS programming, all courses are designed to help you learn SAS programming easy and efficiently.
Various purchase options to meet your needs:
- individual course: find the one you need with only $10 per course
- course bundles (2, 3, 4 course bundles): buy more, save more
- monthly (1 month, 2 month, 3 month subscriptions) and yearly subscription: access ALL courses with subscriptions
The current published individual courses:
Base SAS Programming: help prepare you for the SAS Base Programming Certification Exam
- SAS Programming for Beginners
- SAS Programming on Data Manipulation and Preparation Part 1: Modify Variables
- SAS Programming on Data Manipulation and Preparation Part 2: Modify Data sets
Advanced SAS Programming: help prepare you for the SAS Advanced Certification Exam
- SAS Programming on SAS Macro Language
- SAS Programming on Proc SQL: Part 1
- SAS Programming on Proc SQL: Part 2
- SAS Advanced Programming Techniques and Efficiency
Generate Reports and Tables in SAS:
- SAS Programming on Report Generating: Part 1
- SAS Programming on Report Generating: Part 2
Data Analysis in SAS
- SAS programming on Data Analysis and Predictive Modeling: Complete Prep Course for SAS Certified Statistical Business Analyst for SAS 9: Regression and Modeling (exam ID A00-240)
Free Courses
- Everything you need to know to access free SAS studio
- An Introduction to SAS Programming on SAS Macro Language
- An Introduction to SAS Programming on Proc SQL
- An Introduction to SAS Programming on Report generating
All courses offer:
- Lifetime access 24/7; 30 days money back guarantee!
- step by step/ code by code explanations
- downloadable data and SAS programs used in the course (the course materials are ONLY for practice, they are protected by copyright)
- SAS programs/codes are compatible across different SAS environments
- Quizzes, coding exercises and projects for practice. After all, practice makes perfection!
Course Curriculum
-
PreviewRead data delimited by blanks using list input (7:40)
-
PreviewRead data delimited by commas using list input (4:22)
-
StartRead data delimited by any delimiters using list input (8:18)
-
StartRead data in fixed columns using column input (5:49)
-
StartRead data in fixed columns using formatted input: Part 1 (8:05)
-
StartRead data in fixed columns using formatted input: Part 2 (7:55)
-
StartCreate internal SAS data using DATALINES statement (2:52)
-
StartCreate permanent SAS datasets using LIBNAME statement (10:02)
-
StartImport Excel file into SAS using Proc Import (15:29)
-
StartProc Import: Import external delimited data files into SAS
-
StartQuiz
-
StartCoding Exercise 1
-
StartCoding Exercise 1: Solution