Instructional Video5:44
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - If-Then Conditional Logic

Higher Ed
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...
Instructional Video3:30
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Handling Common Tasks with an Indexed Dataset

Higher Ed
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...
Instructional Video5:58
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Formatted Input and Informats

Higher Ed
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...
Instructional Video2:05
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Filtering Observations (So Only Some Data Shows Up)

Higher Ed
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...
Instructional Video6:55
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - DO Iterative Loop and Variations (DO WHILE, DO Until)

Higher Ed
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...
Instructional Video3:53
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Step Versus Proc Step

Higher Ed
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...
Instructional Video6:46
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Data Reduction and Cleaning Your Data

Higher Ed
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...
Instructional Video3:53
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Variable (Helps You Modify Data Easier)

Higher Ed
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...
Instructional Video3:24
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Considering the Output from PROC MI

Higher Ed
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...
Instructional Video3:56
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - COMPRESS Function (Remove Characters from String, and All Types of Blanks)

Higher Ed
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...
Instructional Video4:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - BY Statement (Sorting Variables, While Exploiting Your Index)

Higher Ed
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...
Instructional Video7:08
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Arrays 1 (Recoding Variables)

Higher Ed
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...
Instructional Video6:43
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Example 3 (Calculating Average Sales for Multiple Years)

Higher Ed
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...
Instructional Video6:02
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Creating a Macro Example 2 (Unique Sales Reports for Different Days)

Higher Ed
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...
Instructional Video9:50
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Case Study (HealthCare Case Study) - Part 1

Higher Ed
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...
Instructional Video13:51
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Bivariate Analysis

Higher Ed
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...