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
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
In sas, what are the areas that you are most interested in? : sas-grid-administration
What is PDV?
What is data _null_?
how the sas basic syntax style described? : Sas-administrator
What do you code to create a macro? : sas-macro
What is the maximum and minimum length of macro variable
What is the purpose of _character_ and _numeric_?
what is the difference between unique key and primary key? : Sas-di
What is the work of tranwrd function?
what is transformation in sas data integration? : Sas-di
Describe the function and utility of the most difficult SAS macro that you have written?
What are the limitations for memory allocation for SAS variables
Which function is used to count the number of intervals between two sas dates?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming