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 are the best sas programming practices for handling very large datasets? : sas-grid-administration
How we can create SAS USER DEFINED CODE?
Mention the category in which sas informats are placed?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How would you determine the number of missing or nonmissing values in computations?
Tell me more about the parameters in macro? : sas-macro
explain about sas business intelligence? : Sas-bi
What are the uses of sas?
What is the difference between class statement and by statement in proc means?
Where do you use proc means over proc freq?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Define run-group processing?
What are the different servers in sas? : sas-grid-administration