Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - If-Then Conditional Logic
If-then logic lets you subset data and group observations when the observations meet the outlined conditions. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Handling Common Tasks with an Indexed Dataset
This video focuses on handling common tasks with an indexed dataset. This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Formatted Input and Informats
When you have to use Informats to read your data properly, it is referred to as formatted input. This clip is from the chapter "Input Types and Informats + User-Defined Formats" of the series "Complete SAS Programming Guide - Learn SAS...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Filtering Observations (So Only Some Data Shows Up)
Sometimes you only want a certain part of your dataset to show up. The author will show you how this is possible in SAS. If you are in the real estate business, maybe the boss will ask you to show him a list of only the homes that cost...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - DO Iterative Loop and Variations (DO WHILE, DO Until)
You might be more familiar with the for loop, but the DO loop is the same concept. This clip is from the chapter "Working with Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Step Versus Proc Step
In this video, you will see the difference between data step and proc step. This clip is from the chapter "SAS Syntax, Data Step Versus Proc Step, SAS Compared to R/Python" of the series "Complete SAS Programming Guide - Learn SAS and...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Reduction and Cleaning Your Data
First, the author will show you how to use the keep and drop statements in SAS. If you want to reduce your data by keeping or getting rid of certain variables, the author will take you step-by-step to show you how. Then he will show you...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Variable (Helps You Modify Data Easier)
Learning how to create a macro variable can speed up your coding, by making it easier to modify your data. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Considering the Output from PROC MI
This video helps in considering the output from PROC MI. This clip is from the chapter "SAS Predictive Modeling, Prepare the Input Variables" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - COMPRESS Function (Remove Characters from String, and All Types of Blanks)
The compress function allows you to remove characters from strings. It also removes leading, trailing, and between blanks. This clip is from the chapter "SAS Functions" of the series "Complete SAS Programming Guide - Learn SAS and Become...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - BY Statement (Sorting Variables, While Exploiting Your Index)
This video explains the BY statement where you will be sorting variables, while exploiting your index. This clip is from the chapter "Fundamentals of Utilizing SAS Indexes" of the series "Complete SAS Programming Guide - Learn SAS and...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Arrays 1 (Recoding Variables)
Recoding variables can be time-consuming if you go variable by variable. Let the author show you an easier way! We utilize the do end loop. This clip is from the chapter "Arrays" of the series "Complete SAS Programming Guide - Learn SAS...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Example 3 (Calculating Average Sales for Multiple Years)
This video will help you with creating a macro example where you will be calculating average sales for multiple years. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Example 2 (Unique Sales Reports for Different Days)
The author will show you how to create a macro that creates different sales reports depending on the day. This clip is from the chapter "Macro Facility Fundamentals" of the series "Complete SAS Programming Guide - Learn SAS and Become a...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Case Study (HealthCare Case Study) - Part 1
In this case study, the author will try to integrate some of the concepts you have learned throughout the course and apply these integrated concepts to a real-life situation/example. This is a healthcare-related case study. This clip is...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Bivariate Analysis
This video explains bivariate analysis. This clip is from the chapter "SAS Model – Predictive Modeling, Understanding the Problem and the Data" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This...