What is difference between rename and lable in sas?
Answer Posted / chandra
Rename permanently changes the variable name and where as
lable gives the label to the variable
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what is the use of proc contents and proc print in sas? : Sas-administrator
do you prefer proc report or proc tabulate? Why? : Sas programming
What do you understand by the term Normal Distribution?
for whom is sas data integration studio designed? : Sas-di
Describe the function and untility of the most difficult SAS macro that you have written.
What are all the problems you faced while validating tables and reports?
Difference between SAS STATA & SPSS?
how do you want missing values handled? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
what is the difference between infile and input? : Sas-administrator
How do you control the number of observations and/or variables read or written?
Explain how you can debug and test your SAS program?
Hi, If anyone has base SAS certification dumps, please share.
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro