SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Search||

Transforming Data with SAS Functions
Converting Data with Functions
 


Question: Which of the following functions can convert the values of the numeric variable Level to character values?

put(level,3.)
input(3.,level)
put(3.,level)
input(level,3.)


  ||

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

Terms of Use & Legal Information | Privacy Statement