What is difference between rename and lable in sas?
Answer Posted / vishal
Rename will overwrite the values in data portion and lable
displays in descriptor portion just for printing
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
do you need to know if there are any missing values? : Sas programming
what are informats in sas? : Sas-administrator
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How long can a macro variable be? A token? : sas-macro
Can you execute macro within another macro? : sas-macro
How would you define the end of a macro?
What are the differences between proc means and proc summary?
Give some examples where proc report’s defaults are same as proc print’s defaults?
Can you explain the process of calendar?
What is substr function?
Intern stastical programmer written test
What is the command used to find missing values?
What is the purpose of trailing @ and @@? How do you use them?
what is the use of proc sql? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?