What is difference between sas rename and lable?
Answers were Sorted based on User's Feedback
Answer / anuj kashyap
SAS rename is used for variable renaming while lables is
used to define/alter the lables of the vaiables
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / n katepalli
variable name may be 32 characters but usually in the
industry its 8 char i.e we have lable's to rename it upto 40
char.Lable is alias name i.e the description of the variable.
sas rename is used for renaming the variables.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar
rename occupies memory, where as label dosnt occupy space
| Is This Answer Correct ? | 0 Yes | 0 No |
How sas treats the dsd delimiters?
How do you control the number of observations and/or variables read or written?
What are the features of base sas system?
describe the interaction table in sas di? : Sas-di
What would you change about your job?
What is the difference between a PROC step and a DATA step?
how does sas handle missing values in a merge? : Sas programming
is QUALCOMM using SAS ?
What is the basic structure of the SAS base program?
which date function advances a date, time or datetime value by a given interval? : Sas programming
What has been your most common programming mistake?
what is the diff. b/w proc means and proc summary?