Answer Posted / yella reddy
Above answer not sufficient. using SYMGET can resolve upper
most macro only, but not for nested macros. for executing
macro with in macro use RESOLVE function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the prime responsibilities of data integration administrator? : Sas-di
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 ...
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
What can be the size of largest dataset in SAS?
Describe a time when you were really stuck on a problem and how you solved it?
Describe the function and untility of the most difficult SAS macro that you have written.
Explain how merging helps to combine data sets.
How do you delete duplicate observations in sas?
Can you execute a macro within a macro? Describe. : sas-macro
What is the use of function Proc summary?
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?
Give e an example of..
what is sas data set?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is the use of PROC gplot?