SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading Hierarchical Files
Creating One Observation per Header Record


Question:

Use the information in the program data vector to decide what happens when this IF-THEN statement is executed.
     if _n_ > 1 then output;

Program Data Vector

 
Nothing happens.
An observation is written to the data set.


  back||next

 

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

Terms of Use & Legal Information | Privacy Statement