SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading Free-Format Data
Using List Input
 


Question: Which INPUT statement below uses list input to read the values for FirstName, LastName, and Age?
input FirstName $ 1-8 LastName $ 10-17 Age 19-20;
input FirstName $ LastName $ Age;
input FirstName $8. @10 LastName $8. @19 Age 2.;


  back||next

 

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

Terms of Use & Legal Information | Privacy Statement