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 |
Are you familiar with special input delimiters? How are they used?
what is SAS/Graph?
How do dates work in SAS data?
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
What report output formats can you generate using SAS?
how do u validate sas program
How many versions came upto now in SAS?
Do you prefer Proc Report or Proc Tabulate? Why?
Can you execute a macro within a macro? Describe. : sas-macro
I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question