what is Global Symbol table and Local symbol table?
Answer Posted / veena basani
as of i know in sas macros the %global variables we can use
any where in the sas application bus %local variable we can
use with in the macro. please correct me if am wrong
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How do you use the do loop if you don’t know how many times you should execute the do loop?
What is the difference between where and if statement?
How do dates work in sas?
how would you create multiple observations from a single observation? : Sas programming
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
What is the difference between using drop = data set option in data statement and set statement?
How will you generate test data with no input data?
How sas treats the dsd delimiters?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How does proc sql work?
Briefly explain input and put function?
What are the new features included in the new version of SAS Programming Language?
How would you identify a macro variable? : sas-macro
Explain what is SAS informats?
Name some categories in sas 9? : sas-grid-administration