What are symbol tables?Differemce between Local N Global
Symbol tables.....
Answers were Sorted based on User's Feedback
Answer / chetan
Symbol table is save the Macro varibale list.
Local symobl table save the local macro varibale &
Global symbol table save the global macro varibale.
| Is This Answer Correct ? | 8 Yes | 3 No |
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 |
What are the data types that sas contain?
How many versions came upto now in SAS?
explain what is factor analysis? : Sas-administrator
What is the role of sas grid administrator? : sas-grid-administration
is there any differnce between proc means and proc summary?
What are the functions which are used for character handling functions?
how to debug and test the sas program? : Sas-administrator
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
What is the differnce between SDTM 3.1.2 to 3.1.1 version
I have 50 variables in one data set, In reports i want to generate every 10 variables in one page how we will write code in proc report.
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What is difference between Global n Local Macro Variables..?