SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

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


Question: Write a DO WHILE statement that executes while the value for Sales is not  equal to a missing value.
   data perm.sales97;
      infile data97 missover;
      input ID $4. Sales : comma. @; 
      

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement