SAS® 9.4 Cert Prep: Part 04 Preparing Data

Go to class
Write Review

Free Online Course: SAS® 9.4 Cert Prep: Part 04 Preparing Data provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. SAS® 9.4 Cert Prep: Part 04 Preparing Data is taught by SAS Institute.

Overview
  • Prepare to take the SAS 9.4 certification exam. Learn how to prepare data for analysis, in this SAS Institute cert prep course.

Syllabus
  • Introduction

    • Sort and validate your data
    1. Reading and Filtering Data
    • Using the DATA step to create a SAS data set
    • DATA step processing
    • Demo: Working with the DATA step
    2. Computing New Columns
    • Demo: Using expressions to create new columns
    • Using Numeric functions to create columns
    • Demo: Using character functions
    • Demo: Using date functions
    3. Conditional Processing
    • Demo: Conditional processing with IF-THEN
    • Conditional processing with IF-THEN/ELSE
    • Creating character columns with the LENGTH statement
    • Processing multiple statements with IF-THEN/DO
    • Demo: Processing multiple statements with IF-THEN/DO