| Statement |
Task |
Example |
| PROC DATASETS Statement |
Manage SAS files |
|
| AGE Statement |
Rename a group of related SAS files |
Ex. 7 |
| APPEND Statement |
Add observations from one SAS data set to the end of
another SAS data set
|
Ex. 8, Ex. 6, Ex. 9 |
| ATTRIB Statement |
Associates a format, informat, or label with variables
in the SAS data set specified in the MODIFY statement
|
Ex. 1 |
| AUDIT Statement |
Initiate, control, suspend, resume, or terminate event
logging to an audit file
|
|
| CHANGE Statement |
Rename one or more SAS files |
Ex. 2 |
| CONTENTS Statement |
Describe the contents of one or more SAS data sets
and prints a directory of the SAS library
|
Ex. 9, Ex. 5, Ex. 10 |
| COPY Statement |
Copy all or some of the SAS files |
Ex. 2 |
| DELETE Statement |
Delete SAS files |
Ex. 2 |
| EXCHANGE Statement |
Exchange the names of two SAS files |
Ex. 2 |
| EXCLUDE Statement |
Exclude SAS files from copying |
Ex. 2 |
| FORMAT Statement |
Permanently assign, change, and remove variable formats |
Ex. 4 |
| IC CREATE Statement |
Create an integrity constraint |
|
| IC DELETE Statement |
Delete an integrity constraint |
|
| IC REACTIVATE Statement |
Reactivate a foreign key integrity constraint |
|
| INDEX CENTILES Statement |
Update centiles statistics for indexed variables |
|
| INDEX CREATE Statement |
Create simple or composite indexes |
Ex. 4 |
| INDEX DELETE Statement |
Delete one or more indexes |
|
| INFORMAT Statement |
Permanently assign, change, and remove variable informats |
Ex. 4 |
| LABEL Statement |
Assign, change, and remove variable labels |
Ex. 4 |
| MODIFY Statement |
Change the attributes of a SAS file and the attributes
of variables
|
Ex. 4 |
| REBUILD Statement |
Specifies whether to restore or delete the disabled
indexes and integrity constraints
|
|
| RENAME Statement |
Rename variables in the SAS data set |
Ex. 4 |
| REPAIR Statement |
Attempt to restore damaged SAS data sets or catalogs |
|
| SAVE Statement |
Delete all the SAS files except the ones listed in
the SAVE statement
|
Ex. 3 |
| SELECT Statement |
Select SAS files for copying |
Ex. 2 |