Name and describe three SAS functions that you have used, if
any?
Answer Posted / chiranjeevi
SAS functions can be used to convert data and manipulate
character variable values.
different types of functions:1)TRIM
2)SUBSTR
3)ABS
4)SCAN
TRIM:Removing the trailing blanks from character expressions.
syntax=trim(argument)
substr:extracts the substring from an argument
syntax=substr(argument,position<,n>)
abs=returns the absolute of the argument
syntax=abs(argument)
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the difference between class statement and by statement in proc means?
What are the default statistics that proc means produce?
Describe the ways in which you can create macro variables? : sas-macro
Mention what is SAS data set?
What do the PUT and INPUT functions do?
What is the difference between nodupkey and nodup options?
What do the put and input function do?
what is data access? : Sas-di
Mention some common errors that are usually committed in sas programming.
What is the purpose of _character_ and _numeric_?
What is the difference between input and infile statement?
How would you identify a macro variable? : sas-macro
What is the basic syntax style in SAS?
What function CATX syntax does?
what is transformation in sas data integration? : Sas-di