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 are the difference between sas functions and procedures?
What is the SAS data set?
What is the purpose of trailing @ and @@? How do you use them?
What is PDV?
Of all your work, where have you been the most successful?
What is the basic syntax of a sas program?
How to limit decimal places for variable using proc means?
How do you control the number of observations and/or variables read or written?
What is the order of application for output data set options, input data set options and SAS statements?
What is the work of tranwrd function?
what is sas database server? : Sas-di
What do you know about sas and what we do? : sas-grid-administration
Do you need to know if there are any missing values?
What are the parameters of scan function?
How to include or exclude specific variables in a data set?