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
What is data _null_?
How do you specify the number of iterations and specific condition within a single do loop?
how many types of prompts are there? : Sas-bi
What is the function of output statement in a SAS Program?
What is the use of function Proc summary?
what is ae onset date n what is RDS
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
explain about various caches available in data integrator? : Sas-di
What are the different versions of sas that you have used until now? : sas-grid-administration
How can sas program be validated?
what are validation tools that are used in sas? : Sas-administrator
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How can I remove header from output data set?
What is the difference between using drop = data set option in data statement and set statement?
what is sas application server? : Sas-di