What are symbol tables?Differemce between Local N Global
Symbol tables.....
Answer Posted / suman
Macro variables are stored in symbol tables, which list the
macro variable name and its value. There is a global symbol
table, which stores all global macro variables. Local macro
variables are stored in a local symbol table that is
created at the beginning of the execution of a macro.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Tell e how how dealt with..
What are the ways in which macro variables can be created in sas programming?
What is the difference between one to one merge and match merge? Give an example.
What are the parameters of scan function?
What is the difference between nodupkey and nodup options?
what is enterprise guide? What is the use of it? : Sas programming
What is data _null_?
Mention the difference between ceil and floor functions in sas?
What are the 3 components in sas programming?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Given an unsorted data set, how to read the last observation to a new data set?
what is data governance? : Sas-di
what is sas olap server? : Sas-di
Give some examples where proc report’s defaults are different than proc print’s defaults?