suman


{ City } bangalore
< Country > india
* Profession * sas programmer
User No # 48312
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 34
Users Marked my Answers as Wrong # 3
Questions / { suman }
Questions Answers Category Views Company eMail




Answers / { suman }

Question { 6116 }

What is univariate n where it can be used n how...?


Answer

univariate is a procedure for finding the extreame
observations in a variable,whether the data come from the
normal distribution or not,finding the discriptive
statistics,moments,histograms,boxplots etc..

Is This Answer Correct ?    0 Yes 0 No

Question { TCS, 9361 }

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


Answer

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


Question { TCS, 25818 }

What is difference between Global n Local Macro Variables..?


Answer

Two types of scopes exist for macro variables: global and
local. Global macro variables exist for the duration of the
SAS session and can be referenced anywhere in the program--
either inside or outside a macro. Local macro variables
exist only during the execution of the macro in which the
variables are created and have no meaning outside the
defining macro.

Is This Answer Correct ?    31 Yes 0 No