What is difference between sas rename and lable?

Answers were Sorted based on User's Feedback



What is difference between sas rename and lable?..

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

What is difference between sas rename and lable?..

Answer / naveen

Rename= Which is change the permanently variable name in
dataset.
Label= Which is change the variable name only in output
windows.

Is This Answer Correct ?    4 Yes 1 No

What is difference between sas rename and lable?..

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

What is difference between sas rename and lable?..

Answer / kumar

rename occupies memory, where as label dosnt occupy space

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

0 Answers  


what is Business Intelligence?

3 Answers   CitiGroup,


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.

1 Answers  


How can sas program be validated?

0 Answers  


what is the difference between informat$8. $char8.

3 Answers   SAS,






Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..

1 Answers  


What is proc sql pass through facility?

4 Answers   L&T,


What is highest missing value for numeric?

1 Answers  


How can I remove header from output data set?

0 Answers  


how does sas handle missing values in assignment statements? : Sas programming

0 Answers  


What is the purpose of _character_ and _numeric_?

0 Answers  


what is the difference btw proc means and proc univariate?

8 Answers   HSBC, TCS,


Categories