Book Image

SAS Programming in 7 Steps [Video]

By : Aditi Pratap Sampat
Book Image

SAS Programming in 7 Steps [Video]

By: Aditi Pratap Sampat

Overview of this book

SAS is a programming language designed specifically to analyze statistical data. SAS transforms data into insights, which can give you a fresh perspective on business. This course teaches you about SAS studio to write SAS code. In this course, you’ll learn how to get your data into SAS by reading data through various methods. You’ll see how to create and import SAS data. You’ll work with data by using conditional statements and functions in SAS. You’ll also learn about various SAS procedures to work with your data. All of the concepts are covered using a structured, practical implementation through mini-projects. You’ll learn by coding in a hands-on way, working in a SAS programming environment, and getting a detailed step-by-step explanation and implementation of each concept. The code bundle for this video course is available at https://github.com/PacktPublishing/SAS-Programming-for-Beginners
Table of Contents (7 chapters)
Chapter 2
Getting a Feel of the Data
Content Locked
Section 3
Find Missing Values Using the Frequency Procedure
In this video, you’ll learn how to find the missing values by the frequency procedure. - Explain the concept of categorical variable - Run the frequency procedure for distinct values of categorical variables - Obtain the count of missing observations in the data