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 features of base sas system?
What do the SAS log messages "numeric values have been converted to character" mean?
what is the difference between nodup and nodupkey options? : Sas programming
describe about physical data integration? : Sas-di
what is function of retain statment
What are the difference between sas functions and procedures?
What Proc glm does?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
how to generate the test data in sas without input data? : Sas-administrator
what is the basic structure sas administrator? : Sas-administrator
What is connection profile? : sas-grid-administration
What is the difference between class statement and by statement in proc means?
how to read the variables in sas? : Sas-administrator
describe about metadata object? : Sas-di
How do dates work in SAS data?