SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Multiple Observations from a Single Record
Reading Repeating Blocks of Data


Question: Complete the following INPUT statement by using the line-hold specifier that holds the current record for further iterations of the DATA step.
data perm.april90;
   infile tempdata;
   input Date : date. HighTemp 

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement