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 |
Define run-group processing?
what is metadata? : Sas-bi
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
how does sas handle missing values in sort order? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
Explain proc univariate?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what is the purpose of _error_? : Sas programming
What is the work of tranwrd function?
why is sas considered self-documenting? : Sas programming
What are common programming errors committed in sas