The following topics will be covered as part of this series. Each topic is described in detail with hands-on exercises done on SAS Studio to help students learn with ease. We will cover all the nitty-gritty that you need to know to get started with SAS along with the data manipulation, extraction, merging, sql and macros. The lessons in this course are meant to be taken in order, as each lesson builds up on knowledge, and may mention some important ideas/concepts. If you skip videos, it may appear that some aspects are not being explained. For example, if you skip the import. txt lecture because you only care about importing. csv files, you may miss explanations about certain lines of codes. This series of tutorials will help you understand the basic and advanced of SAS Programming on SAS Studio environment. The topics that we will cover in this course are as follows: Introduction to SAS The Procedure step in SAS Subsetting in SAS Sorting and finding the unique values in SAS Table creation in SAS Descriptive statistics in SAS Exporting and Importing datafiles in SAS Formats and Functions in SAS Appending and Merging of data sets in SAS Arrays and reading raw files in SAS Structured Query Language (SQL) in SAS using Proc SQL Data Manipulation and Joining using Proc SQL SAS Macros