What is difference between Global n Local Macro Variables..?
Answer Posted / sandeep
Global macro variable can be created and used anywhere in
the application and global macro variable value stores in
global symbol tables
Local macro variable can be created and used only inside of
the macro block and local macro variable value stores in
local symbol tables
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between using drop = data set option in data statement and set statement?
Explain what Proc glm does?
what are the benefits of data integration? : Sas-di
what is the effect of the options statement errors=1? : Sas programming
What is the difference between %put and symbolgen? : sas-macro
What are all the problems you faced while validating tables and reports?
Can you execute a macro within a macro? Describe. : sas-macro
Name some categories in sas 9? : sas-grid-administration
What is the difference between the proc sql and data step?
explain the function of substr in sas? : Sas-administrator
What are the prime responsibilities of data integration administrator? : Sas-di
What are pdv and it functions?
What are SAS/ACCESS and SAS/CONNECT?
explain the key concept of sas? : Sas-administrator
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5