Chapter Contents |
Previous |
Next |
Getting Started with the SAS System Using SAS/ASSIST Software |
You can create new columns from existing data. For example, you may want to know the cost per square foot for each house in the HOUSES table. This information does not exist in the HOUSES table. However, by using SAS/ASSIST software, you can create a new column that contains this data in a new table. New columns cannot be added to existing tables.
This chapter shows you how to determine the cost per square foot for each house in the HOUSES table, and how to store that information in a new column in a new table.
Additional Information |
For additional information about defining columns, refer to the SAS Language Reference: Dictionary.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.