what is the main difference between rename and label? (don't
say that they both perform the same function).
Answer Posted / upendra
Even after labeling the variable,we must use old name for
further analysis.
Where as after renaming the variable we must use new name.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain what is SAS informats?
Define run-group processing?
Differentiate between sas functions and sas procedures.
Name few SAS functions?
How we can call macros with in data step? : sas-macro
Can you explain the process of calendar?
What is the difference between match merge and one to one merge?
Explain the purpose of substr functions in sas programming.
what versions of sas have you used (on which platforms)? : Sas programming
Briefly explain input and put function?
what are some good sas programming practices for processing very large data sets? : Sas programming
What is the maximum length of the macro variable?
how do you want missing values handled? : Sas programming
How can you create a macro variable with in data step? : sas-macro
What is data _null_?