what is the main difference between rename and label? (don't
say that they both perform the same function).
Answer Posted / santimoy sahoo
rename use in datastep old variable will lost which variable
renaming, but level use in both data & proc step we can see
proc print data old name if we use proc print data =dataset
level then we can see which we are leveling, not lost old data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the applications primarily used by business analyst? : Sas-bi
Tell me about % include and % eval? : sas-macro
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
what is enterprise guide? What is the use of it? : Sas programming
What system options would you use to help debug a macro? : sas-macro
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
what are informats in sas? : Sas-administrator
Give some examples where proc report’s defaults are same as proc print’s defaults?
Can you execute macro within another macro? : sas-macro
How to include or exclude specific variables in a data set?
How do you delete duplicate observations in sas?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is your favorite all time computer book? Why?
How to read an input file in sas?
Which command is used to save logs in the external file?