From the course: SAS® 9.4 Cert Prep: Part 01 SAS Programming Essentials

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Demo: Programming with SAS Studio

Demo: Programming with SAS Studio

- [Instructor] Let's write and submit a simple SAS program in SAS Studio and learn how to navigate the interface to examine the login results. But first, I'd like to show you how we can browse data to get a feel for the data that we might be working with on our SAS program. To do that, I'll start by using the navigation pane on the left side to select Libraries. I'll expand my libraries and in the SASHELP library, we have a collection of sample SAS tables. We'll use quite a few of these in our demonstrations and our examples in the class. I'll double click the CLASS table and you can see it opens in the data grid. In SAS Studio on the left side, we have a panel that summarizes the columns and their attributes. If you want to minimize this, you can do that by clicking the left arrow and then devote the entire space just to the data. This SASHELP.CLASS table has 19 rows, each representing a different student, their…

Contents