SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading Raw Data in Fixed Fields
Using Informats


Question: Complete the INPUT statement below. Use formatted input to read the values for LastName, as shown in the first field. Be sure to end the statement with a semicolon.

1---+----10---+----20---+---
EVANS   DONNY 112 29,996.63 
HELMS   LISA  105 18,567.23 
HIGGINS JOHN  111 25,309.00 

         input @9 FirstName $5. 

           

 

back||next


 

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

Terms of Use & Legal Information | Privacy Statement