Previous Page | Next Page

Adding Variables to the DataObject

Introduction to Adding Variables to a DataObject

In previous chapters, you learned how to open a data set and how to call a SAS procedure by using the SUBMIT and ENDSUBMIT statements. This chapter shows you how to read observation-wise statistics from the output data set of a procedure, and how to add these variables to the DataObject so that you can visualize the results.

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

Select File Open File from the main menu.

  • Click Go to Installation directory near the bottom of the dialog box.

  • Navigate to the Programs\Doc\STATGuide folder.

  • Select the AddVar.sx file.

  • Click Open.

  • Previous Page | Next Page | Top of Page