SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Reading Raw Data in Fixed Fields
Using Formatted Input


Question:


Which INPUT statement correctly uses column pointer controls to read the values for Quantity (in the 2nd field) before the values for UnitCost (in the 1st field)?  
 
1---+----10---+
$13.25   500

@10 Quantity 3. @1 UnitCost comma6.;
@10 Quantity 3. UnitCost comma6.;
Quantity @10 3. UnitCost @1 comma6.;


back||next


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

Terms of Use & Legal Information | Privacy Statement