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
How to convert a numeric variable to a character variable?
what is the use of sas management console? : Sas-di
how would you create multiple observations from a single observation? : Sas programming
describe the interaction table in sas di? : Sas-di
What do you code to create a macro? : sas-macro
Explain what is the use of proc gplot?
If a variable contains only numbers, can it be a character data type?
What are the table names in oracle database...?
do you prefer proc report or proc tabulate? Why? : Sas programming
explain the use of % includes a statement in sas? : Sas-administrator
what are input dataset and output dataset options? : Sas programming
Explain how merging helps to combine data sets.
what is proc Index? and what is proc document?
Explain by-group processing?
How are numeric and character missing values represented internally?