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 are _numeric_ and _character_ and what do they do? : Sas programming
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Mention how to limit decimal places for the variable using proc means?
How can you create a macro variable with in data step? : sas-macro
why is sas considered self-documenting? : Sas programming
Give e an example of..
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
do you need to know if there are any missing values? : Sas programming
What are the differences between proc means and proc summary?
explain the use of % includes a statement in sas? : Sas-administrator
what is the difference between infile and input? : Sas-administrator
What function CATX syntax does?
What is the role of administrative users? : sas-grid-administration
Mention some common errors that are usually committed in sas programming.
What is the basic syntax style in SAS?