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
what is function of retain statment
How necessary is it to be creative in your work?
explain the concepts and capabilities of business object? : Sas-bi
what is the difference between floor and ceil functions in sas? : Sas-administrator
explain the key concept of sas? : Sas-administrator
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Enlist the functions performed by sas.
For clinical entire study how many tables will create approx?
What would you change about your job?
explain the difference between proc means and proc summary?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
Explain substr function?
how do you test for missing values? : Sas programming