SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

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


Question: To the following DATA step, add a FORMAT statement that associates the DATEw. format with the variable Date.
     data perm.april90;
        infile tempdata;
        input Date : date7. HighTemp @@; 
        

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement