Base Sas Programmer SAS Programming 1: Essentials: Learn How To
Base Sas Programmer SAS Programming 1: Essentials: Learn How To
Base Sas Programmer SAS Programming 1: Essentials: Learn How To
This course is for users who want to learn how to write SAS programs to
access, explore, prepare, and analyze data. It is the entry point to learning
SAS programming for data science, machine learning, and artificial
intelligence. It is a prerequisite to many other SAS courses. If you do not plan
to write SAS programs and you prefer a point-and-click interface, you should
attend the SAS Enterprise Guide 1: Querying and Reporting course.
Learn how to
• use SAS Studio and SAS Enterprise Guide to write and submit SAS programs
• access SAS, Microsoft Excel, and text data
• explore and validate data
• prepare data by subsetting rows and computing new columns
• analyze and report on data
• export data and results to Excel, PDF, and other formats
• use SQL in SAS to query and join tables.
Software Addressed
Essentials
Accessing Data
▪ exploring data
▪ filtering rows
▪ formatting columns
▪ sorting data and removing duplicates
Preparing Data
Exporting Results
▪ exporting data
▪ exporting reports
This course is for those who need to learn data manipulation techniques using
the SAS DATA step and procedures to access, transform, and summarize
data. The course builds on the concepts that are presented in the SAS
Programming 1: Essentials course and is not recommended for beginning
SAS software users.
Learn how to
• write DATA step code to subset rows and columns, compute new columns,
and process data conditionally
• sort tables using the SORT procedure
• apply SAS formats
Software Addressed
Base SAS
Course Contents
Summarizing Data
Combining Tables
▪ concatenating tables
▪ merging tables
▪ identifying matching and nonmatching rows
Restructuring Tables