What are symbol tables?Differemce between Local N Global
Symbol tables.....

Answers were Sorted based on User's Feedback



What are symbol tables?Differemce between Local N Global Symbol tables.......

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

What are symbol tables?Differemce between Local N Global Symbol tables.......

Answer / 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

More SAS Interview Questions

is data integration and etl programming is same? : Sas-di

1 Answers  


What do you feel about hardcoding?

3 Answers   Pfizer,


What is the Program Data Vector (PDV)? What are its functions?

5 Answers   Accenture,


what is null hypothesis? why do you consider that?

1 Answers   Accenture, Quintiles,


Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.

1 Answers  


how do you validate tables abd reports?

2 Answers   Accenture, Quintiles,


how to know the attributes of first five datasets in a library

2 Answers  


What is the sas data set? : sas-grid-administration

1 Answers  


How is character variable converted into numeric variable and vice versa?

1 Answers  


Briefly describe 5 ways to do a "table lookup" in sas.

4 Answers   Quintiles,


Mention what is the difference between nodupkey and nodup options?

1 Answers  


Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.

10 Answers  


Categories