Name and describe three SAS functions that you have used, if
any?
Answer Posted / ashok kore
1.Compress is one of the sas function which is used to
remove spaces in string value and concatenate two values
with out spaces.
2.Input is another function of sas, it is one of conversion
function in sas. It converts numeric into char.
3.Put is another conversion function in sas. It converts
char to numeric.
| Is This Answer Correct ? | 7 Yes | 19 No |
Post New Answer View All Answers
what can you learn from the sas log when debugging? : Sas programming
what do you mean by data staging area? : Sas-di
To what type of programms have you used scratch macros?
what is sas metadata server? : Sas-di
How do you delete duplicate observations in sas?
If a variable contains letters or special characters, can it be numeric data type?
what are some good sas programming practices for processing very large data sets? : Sas programming
What can be the size of largest dataset in SAS?
How do you connect the desktop application to metadata server? : sas-grid-administration
How would you identify a macro variable? : sas-macro
What is maximum number of rows and cols can be handled in SAS?
how do you debug and test your sas programs? : Sas programming
What are the features of SAS?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
how does sas handle missing values in procs? : Sas programming