what is the main difference between rename and label? (don't
say that they both perform the same function).
Answer Posted / ganesh
Yes i support with srilath By use label option we can give
discriptive names to the particular charcter upto length of
256 character and it is can given either in datastep or
proc step.
Rename is used for changing the name given inthe existing
dataset and it should not exceed 64 charcters and i can be
given only in the datastep.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in functions? : Sas programming
what is sas olap server? : Sas-di
What is the use of function Proc summary?
List down the reasons for choosing sas over other data analytics tools.
What is the difference between match merge and one to one merge?
How do you add a number to a macro variable? : sas-macro
what is sas metadata repository? : Sas-bi
What can be the size of largest dataset in SAS?
how does sas handle missing values in sort order? : Sas programming
Explain translate function?
which features do you use to check the data validations and errors? : Sas-administrator
what is data governance? : Sas-di
What are the functions which are used for character handling functions?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is a put statement?