SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Multiple Observations from a Single Record
Reading the Same Number of Repeating Fields


Question: Complete the INPUT statement by using the line-hold specifier that holds the current record for the next INPUT statement in the same iteration of the DATA step.
           data perm.sales97;
              infile data97;  
              input ID $4. 

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement