Answer Posted / venkatesh
if we write macro variable inside the local it is called local macro we can turn local macro variable into global macro.
if we write macro outside the global it is called global macro we can't turn global macro into local.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in a merge? : Sas programming
For what purposes have you used sas macros? : sas-macro
How to create an external dataset with sas code?
What is the maximum length of the macro variable? : sas-macro
What is the use of %include statement?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Difference between sum function and using “+” operator?
what is treatment emergent events and treatment emregent adverse event
How would you include common or reuse to be processed along with your statements?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
Explain what is SAS informats?
What is the function of output statement in a SAS Program?
What are the ways in which macro variables can be created in sas programming?
What is the use of stop statement?
What is the difference between one to one merge and match merge? Give an example.