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 several options for creating reports in web report studio? : Sas-bi
What is the maximum length of the macro variable? : sas-macro
explain about data integrator metadata reports? : Sas-di
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is your favorite all time computer book? Why?
Name few SAS functions?
How long can a macro variable be? A token? : sas-macro
List out some key concept of SAS
This entry was posted in General. Bookmark the permalink. Post a comment or leave
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
What are the implications?
Describe the ways in which you can create a macro variable?
What is the difference between the proc sql and data step?
What is the good sas programming practices for processing large data sets?
How do you add a number to a macro variable? : sas-macro