SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading Raw Data in Fixed Fields
Using Formatted Input


Question: Which set of instructions reads the values for Quantity (in the 3rd field) after the values for Item (in the 1st field)?  
 
1---+----10---+----20-
COMPAPER   $13.25  500

input Item $9. @20 Quantity 3.
input Item $9. +10 Quantity 3.
both


  back||next

 

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

Terms of Use & Legal Information | Privacy Statement