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



what is the main difference between rename and label? (don't say that they both perform the sa..

Answer / srilatha

label : assigns descriptive lables to variables.
lables allows upto 256 characters.
rename : changes the name of the variable.
rename allows upto 64 characters only.

Is This Answer Correct ?    19 Yes 1 No

what is the main difference between rename and label? (don't say that they both perform the sa..

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

what is the main difference between rename and label? (don't say that they both perform the sa..

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

what is the main difference between rename and label? (don't say that they both perform the sa..

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

what is the main difference between rename and label? (don't say that they both perform the sa..

Answer / sss

rename is permanently variable name changes
label is just disply purpose

Is This Answer Correct ?    4 Yes 0 No

what is the main difference between rename and label? (don't say that they both perform the sa..

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

what is the main difference between rename and label? (don't say that they both perform the sa..

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

what is the main difference between rename and label? (don't say that they both perform the sa..

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

what is the main difference between rename and label? (don't say that they both perform the sa..

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

what is the main difference between rename and label? (don't say that they both perform the sa..

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

Post New Answer

More SAS Interview Questions

What is the difference between an informat and a format. Name three informats or formats.

6 Answers  


WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?

3 Answers   IBM, Zensar,


What are the ways to do a “table lookup” in sas?

0 Answers  


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


What are the main differences between sas versions 8.2, 9.0, 9.1?

4 Answers  






What is the difference between class statement and by statement in proc means?

0 Answers  


explain the key concept of sas? : Sas-administrator

0 Answers  


is there any differnce between proc means and proc summary?

5 Answers  


how to know the attributes of first five datasets in a library

2 Answers  


If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?

7 Answers   Accenture,


What do you know about symput and symget?

0 Answers  


Name and describe three SAS functions that you have used, if any?

4 Answers   Accenture,


Categories