When to Use SAS Views

Consider the following in order to determine whether a SAS data file or a SAS view is better for your purposes:
  • Data files use additional disk space; SAS views use additional processing time.
  • Data file variables can be sorted and indexed before using; SAS views must process data in its existing form during execution.