SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading and Concatenating SAS Data Sets
Additional Features


The DATA step provides a large number of other programming features for manipulating data sets. For example, you can
  • use IF-THEN/ELSE logic to control processing based on one or more conditions
  • specify additional data set options
  • perform calculations
  • create new variables
  • process variables in arrays
  • use SAS functions
  • use special variables such as FIRST. and LAST. to control processing.

You can also combine SAS data sets in other ways, including match merging, interleaving, one-to-one merging, and updating.



back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement