Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain substr function?

0 Answers  


What is the length assigned to the target variable by the scan function?

0 Answers  


what is data governance? : Sas-di

0 Answers  


In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;

1 Answers  


How substr function works in sas?

0 Answers  


What is SAS Information Map Studio and its purpose ?

2 Answers   SAS, TCS,


How to sort in descending order?

0 Answers  


What is by-group processing?

0 Answers  


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

0 Answers  


Baseline definition in your study

3 Answers   Accenture, Quintiles,


Explain what is data step?

0 Answers  


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

0 Answers  


Categories