Proc SQL is an advanced SAS programming technique that allows you to retrieve, manipulate and analyze data in SAS.
It can achieve many of the same tasks as the DATA step, but with less code and higher efficiency.
It is often the preferred programming method of SAS professionals who work with relational databases that require complex data joins.
Upon completion of this course, you will be able to efficiently retrieve, manipulate and analyze data using Proc SQL in SAS.
Loved the course. The lessons should keep the number titles, but also have a subject written on them as well. This would have made the lessons easier to reference later. For example: Lesson 1-1 (Proc SQL Intro) Lesson 1-2 (SELECT) Lesson 1-3 (WHERE)