what is the main difference between rename and label? (don't
say that they both perform the same function).
Answer Posted / raj
Rename : It is used to rename the existing variable and
permanent. Mainly it is used in merge and set statement if
same column name is available in the datasets being merged
or set.
label : It is only for displaying purpose for better
readability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between proportion and average?
what is function of retain statment
What is the maximum length of the macro variable?
How would you define the end of a macro?
What is the difference between the proc sql and data step?
Are you sensitive to code walk-throughs peer review or QC review?
Give some examples where proc report’s defaults are same as proc print’s defaults?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
what are some differences between proc summary and proc means? : Sas programming
How to create an external dataset with sas code?
Mention the validation tools used in SAS?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the basic structure of the SAS base program?
What does the trace option do?
What is the order of application for output data set options, input data set options and SAS statements?