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
: and & modifiers.
What are the five ways to do a table lookup in sas? : sas-grid-administration
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
Give some ways by which you can define the variables to produce the summary report (using proc report)?
where to use sas business intelligence? : Sas-bi
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what is function of retain statment
explain the main difference between the nodup and nodupkey options? : Sas-administrator
For what purposes have you used sas macros? : sas-macro
What are the ways in which macro variables can be created in sas programming?
What does P-value signify about the statistical data?
How to convert a numeric variable to a character variable?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
Which command is used to save logs in the external file?
how do you debug and test your sas programs? : Sas programming