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 versions of SAS have you used (on which platforms)?
What is your favorite all time computer book? Why?
What are the table names in oracle database...?
why is sas considered self-documenting? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Can you execute a macro within a macro? Describe. : sas-macro
Explain proc univariate?
If a variable contains letters or special characters, can it be numeric data type?
Explain the main difference between the sas procedures and functions? : Sas-administrator
How will you generate test data with no input data?
what are the types of interactive display types? : Sas-bi
what are several options for creating reports in web report studio? : Sas-bi
What can you learn from the SAS log when debugging?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How to create a permanent sas data set?