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
Explain bmdp procedure?
What are the difference between the sas data step and sas procs?
What is the basic syntax of a sas program?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
I need level 2 to 5 sas using companies in india
explain the concepts and capabilities of business object? : Sas-bi
What are the statements in proc sql?
What are common programming errors committed in sas
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
What system options would you use to help debug a macro? : sas-macro
how will you locate the sas platform applications? : Sas-bi
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
How we can create SAS USER DEFINED CODE?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di