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
Explain the special input delimiters used in sas programming.
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)?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
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?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What are SAS/ACCESS and SAS/CONNECT?
What are the default statistics for means procedure?
Explain what Proc glm does?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Did you used proc test? when?
What is maximum storage capability of SAS?
What versions of SAS have you used (on which platforms)?
Mention what is PROC in SAS?
What is SAS informats?
explain the main difference between the nodup and nodupkey options? : Sas-administrator