Chapter Contents |
Previous |
Next |
The DATASETS Procedure |
Restriction: | Must be in a MODIFY RUN group |
See also: | "SAS Files" in SAS Language: Reference |
Featured in: | Modifying SAS Data Sets |
INDEX CREATE
index-specification(s)
</ <NOMISS><UNIQUE> <UPDATECENTILES= ALWAYS|NEVER|integer>>; |
Required Arguments |
Options |
When you create an index with the NOMISS option, the SAS System uses the index only for WHERE processing and only when missing values fail to satisfy the WHERE clause. For example, if you use this WHERE statement
where dept ne '01';the SAS System does not use the index because missing values satisfy the WHERE clause. Refer to SAS Language Reference: Concepts.
Note: BY-group processing ignores indexes that are created with the
NOMISS option.
Featured in: | Modifying SAS Data Sets |
Featured in: | Modifying SAS Data Sets |
Valid values for UPDATECENTILES are
Alias: | UPDCEN |
Default | 5 (percent) |
How Indexes Are Affected by Changes to SAS Data Sets |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.