SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Search||

Transforming Data with SAS Functions
Converting Data with Functions
 


Question: Which of the following INPUT functions converts the character values of the variable Base to numeric values by using the COMMA10.2 informat?

input(comma10.2,base)
input(base,comma10.2)
input(base),(comma10.2)
input(comma10.2)


  ||

 

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

Terms of Use & Legal Information | Privacy Statement