Previous Page | Next Page

Calling SAS Procedures

Calling SAS Procedures



In previous chapters you learned how to open a data set and how to explore the data by creating dynamically linked graphics. Qualitatively exploring your data might lead you to formulate statistical models. SAS procedures such as those in Base SAS and SAS/STAT can help you to quantitatively analyze your data.

This chapter shows you how to call SAS procedures from an IMLPlus program. The program statements in this chapter are distributed with Stat Studio. To open the program containing the statements:

  1. Select File \blacktriangleright\,Open \blacktriangleright\,File from the main menu.
  2. Click Go to Installation directory near the bottom of the dialog box.
  3. Navigate to the Programs\Doc\STATGuide folder.
  4. Select the Proc.sx file.
  5. Click Open.


Creating a Data Set for the Procedure

Calling a Procedure

Previous Page | Next Page | Top of Page