What is difference between rename and lable in sas?
Answer Posted / smm
Rename specifies new names for variables in output SAS data
sets
Label assigns descriptive labels to variables
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
What is the basic syntax of a sas program?
Differentiate between sas functions and sas procedures.
what is factor analysis? : Sas-administrator
Which command is used to save logs in the external file?
What is the maximum and minimum length of macro variable
How can sas program be validated?
do you prefer proc report or proc tabulate? Why? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
What are the table names in oracle database...?
What is maximum storage capability of SAS?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What are the different versions of sas that you have used until now? : sas-grid-administration
what is the purpose of _error_? : Sas programming
What is the difference between the proc sql and data step?