SAS® 9.4 Cert Prep: Part 13 Processing Repetitive Code

Go to class
Write Review

Free Online Course: SAS® 9.4 Cert Prep: Part 13 Processing Repetitive Code 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 13 Processing Repetitive Code is taught by SAS Institute.

Overview
  • Prepare to take the SAS 9.4 certification exam. Learn how to incorporate loops to reduce repetitive code in SAS.

Syllabus
  • Introduction

    • Incorporate loops in your SAS code
    1. Using Iterative DO Loops
    • Processing repetitive code
    • Iterative DO loops
    • Demo: Executing an iterative DO loop
    • Output inside and outside the DO loop
    • Demo: Using iterative DO loops
    2. Using Conditional DO Loops
    • Conditional DO loops
    • Checking the condition
    • Demo: Using conditional DO loops
    • Combining iterative and conditional DO loops
    • Demo: Combining iterative and conditional DO loops