Getting Started with SAS®

Here is a bit of information about SAS® to help you get started.

The SAS® Environment: Programs, Output, Log, and Graphs

There are four essential elements of the SAS® environment that you will need to use: programs, output, the log, and graphs. How these elements appear depends on your computing environment.

SAS® Statements (Commands)

SAS® programs contain statements of various types that control input and output. There are two very important types of statements: DATA statements and PROC statements. Both of these statements can have many sub-statements that specify details of their operation. Many examples of DATA and PROC statements and sub-statements appear in the example SAS® programs on the course web site.

There are also other types of statements (like OPTIONS) that control various aspects of the environment and output.

Finding More Detailed Information

The official SAS® documentation provides all details about statements and operation. If you are using a graphical interface, you may be able to find the documentation under the "Help" system. Otherwise, you can find it on the SAS® web site under links for online documentation.

The full documentation is very extensive and can be somewhat overwhelming. Here are directions to find particular information under the "Contents" menu of the SAS OnlineDoc®:

You can also use the "Index" and "Search" options to find what you need.

Back to Course Page