Reading ODS Tables


Introduction to Reading ODS Tables

In Chapter 6: Adding Curves to Graphs, you generated output data sets by using SAS procedures and learned how to read variables from the server into the DataObject and into SAS/IML matrices. This chapter shows you how to read information from tables into an IMLPlus program.

The program statements in this chapter are distributed with SAS/IML Studio. To open the program that contains the statements:

  1. Select FileOpenFile 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 ODS.sx file.

  5. Click Open.