Chapter Contents |
Previous |
Next |
The following table summarizes tools available to affect performance, and specifies where you can find documentation on the tools:
For information about ... | See ... | |
---|---|---|
the time required to run your application | STIMER or FULLSTIMER system options in the SAS documentation for your operating environment. | |
data set characteristics | CONTENTS statement for the DATASETS procedure in SAS Procedures Guide, the ATTRC and ATTRN functions in SAS Language Reference: Dictionary, and the DICTIONARY tables component for the SQL procedure in SAS Procedures Guide. | |
setting buffer size (page size) | BUFSIZE= data set option or system option in SAS Language Reference: Dictionary. | |
setting the number of page buffers | BUFNO= data set option or system option in SAS Language Reference: Dictionary. | |
compressing SAS data sets | COMPRESS= data set option or system option and the REUSE= data set option in SAS Language Reference: Dictionary. | |
indexing SAS data sets | SAS Indexes |
|
programming more efficiently | SAS Programming Tips: A Guide to Efficient SAS Processing | |
programming with views | SAS Data Views |
In addition, see the SAS documentation for your operating environment.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.