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 |
Explain bmdp procedure?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
List out some key concept of SAS
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
What is the basic structure of a sas program?
What will calendar procedure do?
What is the sas data set? : sas-grid-administration
How would you define the end of a macro? : sas-macro
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
How would you delete observations with duplicate keys?
How to select the observations randomly from a SAS dataset