SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading Hierarchical Files
Creating One Observation per Detail Record


Question: Complete the INPUT statement so that the current record is held for another INPUT statement to read the remaining values. Use the line-hold specifier that is automatically released when the DATA step begins the next iteration.
          data perm.people;
             infile census;
             retain Address;
             input type $1.  

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement