What is difference between Global n Local Macro Variables..?
Answer Posted / balu
global variables,is defined if it is "open code"that is everything outside the macro.and it can be used anywhere in the program.whereas local variables are defined inside the macro.and it is used only inside its own macro.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
explain the use of % includes a statement in sas? : Sas-administrator
For what purposes have you used sas macros? : sas-macro
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
name some data transformation used in sas di? : Sas-di
Have you ever used the SAS Debugger?
How to create a permanent sas data set?
Explain how you can debug and test your SAS program?
Explain the use of proc gplot? : sas-grid-administration
What is slibref?
what does the run statement do? : Sas programming
What is the difference between match merge and one to one merge?
Describe crosslist option in tables statement?
What is substr function?
what is the difference between infile and input? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration