SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading Free-Format Data
Reading Missing Values
 


Question: Write an INFILE statement that reads the raw data file referenced by the fileref Credit and that specifies the MISSOVER option.
       data perm.survey;
          
       input Gender $ Age Bankcard FreqBank 
             Deptcard FreqDept;
       run;
       proc print data=perm.survey;
       run; 

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement