Chapter Contents

Previous

Next
SAS/ACCESS Software for PC File Formats: Reference

Performance and Efficient View Descriptors


General Guidelines

When you create and use view descriptors, follow these guidelines to minimize the use of SAS System resources and to reduce the time it takes to access data:


Extracting Data Using a View

In some cases, it might be more efficient to use a view descriptor to extract PC file data and place it in a SAS data file instead of using the view descriptor to read the data directly.

A PC file is read every time a view descriptor is referred to in a SAS program and the program is executed; the program's output reflects the latest updated level of the PC file. If many users are reading the same PC file repeatedly, PC file performance may decrease. If you create several reports during the same SAS session, they may not be based on the same PC file data due to updating by other users. Therefore, in the following circumstances, it is better to extract data:


Chapter Contents

Previous

Next

Top of Page

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