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
how to read the variables in sas? : Sas-administrator
What can you learn from the SAS log when debugging?
what is function of retain statment
What is maximum storage capability of SAS?
What does PROC print, and PROC contents do?
If money were no object, what would you like to do?
what is the difference between unique key and primary key? : Sas-di
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What is the basic structure of a sas program?
Explain what Proc glm does?
how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming
What is proc sort?
Mention the category in which sas informats are placed?
Mention sas system options to debug sas macros.
What are common programming errors committed in sas