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 implications?
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?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How do you define proc in sas? : sas-grid-administration
what is information maps?
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 are informats in sas? : Sas-administrator
What are the ways in which macro variables can be created in sas programming?
What is run-group processing?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What is the function of Stop statement in a SAS Program?
what is the use of proc contents and proc print in sas? : Sas-administrator
What are the advantages of using sas?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
How to limit decimal places for the variable using proc means?