Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Overview

The Data Set 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

Before you customize the functionality of these classes, you should understand the structure of these classes and how they communicate.

You can use the Data Set Model class by itself to access a SAS tables. To display a SAS table in a table editor or form editor, you must use the Data Set Data Model class.

If this class is used in conjunction with the Data Set Data Model class and an attached viewer, messages are displayed on the message line of the frame containing the viewer. Otherwise, messages are written to the LOG.

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 account deleted rows and ignoring any WHERE clause or index key). Absolute row number is not supported by all SAS data files.

Parent:
sashelp.fsp.object.class

Class:
SASHELP.FSP.DATAST_M.CLASS


Chapter Contents

Previous

Next

Top of Page

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