What is difference between Global n Local Macro Variables..?
Answer Posted / suman
Two types of scopes exist for macro variables: global and
local. Global macro variables exist for the duration of the
SAS session and can be referenced anywhere in the program--
either inside or outside a macro. Local macro variables
exist only during the execution of the macro in which the
variables are created and have no meaning outside the
defining macro.
| Is This Answer Correct ? | 31 Yes | 0 No |
Post New Answer View All Answers
For what purposes have you used sas macros? : sas-macro
Which date function advances a date, time or datetime value by a given interval?
which date functions advances a date time or date/time value by a given interval? : Sas programming
what is sas metadata server? : Sas-di
how do you pull data from equifax?tell me the process?
Explain input and put function?
What are the difference between sas functions and procedures?
What are all the problems you faced while validating tables and reports?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
How to sort in descending order?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How can I remove header from output data set?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Explain translate function?
what is sas olap server? : Sas-di