what is Global Symbol table and Local symbol table?
Answer Posted / rammy.uf
Thats true Vinod.
1. % Global the macro variables are stored in Global Symbol
table for % Local the macro variables are stored in Local
Symbol table
2. You can use the global macro in open code. It is
impossible with Local coz it can be used only inside macro
definition
3.The local get erazed after execution of the programme
wheras the global ends after the session close .
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
Describe the function and untility of the most difficult SAS macro that you have written.
What are the different versions of sas that you have used until now? : sas-grid-administration
what is the effect of the options statement errors=1? : Sas programming
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
What’s the difference between var b1 – b3 and var b1 — b3?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
what are informats in sas? : Sas-administrator
how does sas handle missing values in formats? : Sas programming
How we can create SAS USER DEFINED CODE?
Mention what is the difference between nodupkey and nodup options?
what is data governance? : Sas-di
Tell me more about the parameters in macro? : sas-macro
Describe crosslist option in tables statement?
What is PROC in SAS?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming