what is the main difference between rename and label? (don't
say that they both perform the same function).
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rajaanku11
1. Label is global and rename is local i.e., label statement
can be used either in proc or datastep where as rename
should be used only in datastep.
2.If we rename a variable, old name will be lost but if we
label a variable its short name(old name) exists along with
it's descriptive name.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / sss
rename is permanently variable name changes
label is just disply purpose
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ramesh
RENAME:In variable name only _(Under Score),or any special
character is valid)
LABEL:In descriptive name any special character is valid
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ganesh
Rename takes only 64characters length it can be used either
datastep or proc step and this rename is remains only for
the particular session once u terminate the session rename
options vanishes.
Label takes 256 characters length and its is a global
statment we can specify a brief name and this will remain
for long time untill & unless user delete or cancell the
variable.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / santimoy sahoo
rename use in datastep old variable will lost which variable
renaming, but level use in both data & proc step we can see
proc print data old name if we use proc print data =dataset
level then we can see which we are leveling, not lost old data
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Answer / salma begum
Rename:
It is used to change the name of the VARIABLE peremanently.
Renaming should be done in a standardized was (start with _ or letter, should not start with special charaters or numbers).
Label:
It temporarily changes the variable name.
it can be written in data step or proc step.
Labelling can be done in unstandardized way (can contain blanks, start with numbers or letters or _) .
Label will not change the actual name of the variable
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you code to create a macro? : sas-macro
how can u join the two tables without using proc sql Joins and nested queries ?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what are informats in sas? : Sas-administrator
In this question, I rename the numeric variable phone to numphone and then try use phone=put(numphone,comma16.) to store the numeric value numphone as a string value in phone. But I get a warning tha numphone already exists and in the data sat phone doesnt exist and numphone is set to missing. Why? data names_and_more; input Name $20. Phone : comma16. Height & $10. Mixed & $8.; Name = tranwrd(Name,' ',' '); rename phone = numphone; phone = put(numphone,comma16.); datalines; Roger Cody 9,087,821,234 5ft. 10in. 50 1/8 Thomas Jefferson 3,158,488,484 6ft. 1in. 23 1/2 Marco Polo 8,001,234,567 5Ft. 6in. 40 Brian Watson 5,183,551,766 5ft. 10in 89 3/4 Michael DeMarco 4,452,322,233 6ft. 76 1/3 ;
what are all the ways to define macro variable??
2 Answers GSK GlaxoSmithKline,
Which command is used to save logs in the external file?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
Name some categories in sas 9? : sas-grid-administration
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
How to merge the data using merge statement and proc format? Is the result is same ?
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,