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 / kiran
we can change the name of a variable using both rename and
label options.
when we use label the change will be temporary i.e. only
for printing purpose;
but, when we use rename option the change will be
permanantly stored in the dataset.
and both the options can be used in both datastep and
procstep.
| Is This Answer Correct ? | 2 Yes | 8 No |
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What is difference between sas rename and lable?
how to generate means for every subject;
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
how the sas basic syntax style described? : Sas-administrator
What does P-value signify about the statistical data?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
What are the advantages of using sas?
Mention few ways with which a “table lookup’ is done in sas programming.