Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Overview

The Data Set Data Model class is part of a collection of classes that combine to create the Data Form and Data Table classes. These classes work together to enable you to

These terms are used in this class:

Relative row number
the relative position of the row within the table (ignoring any deleted rows, and taking into account any WHERE clause or index key).

Absolute row number
The actual physical location of the row within the table (taking into accounts deleted rows and ignoring any WHERE clause or index key). Absolute row number is not supported by all SAS data files.

Note:   nliteral values will not work with model SCL.  [cautionend]

Parent:
sashelp.fsp.table_m.class

Class:
sashelp.fsp.Data_m.class


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.