SAS 9.1.3 Language Reference: Concepts, Third Edition, Volumes 1 and 2
Consider the following in order to determine whether a SAS data file or a SAS data view is better for your purposes:
-
Data files use additional disk space; data views use additional processing time.
-
Data file variables can be sorted and indexed prior to use; data views must process data in its existing form during execution.