how we can call macros with in data step?
Answer Posted / daya
by using symput command
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What is PDV?
For what purpose would you use the RETAIN statement?
What function CATX syntax does?
How to read an input file in sas?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What do the put and input function do?
What are the applications primarily used by business analyst? : Sas-bi
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 run-group processing?
How would you define the end of a macro? : sas-macro
how does sas handle missing values in procs? : Sas programming
What is the maximum length of the macro variable?
What is data _null_?
what is data access? : Sas-di
What is the difference between class statement and by statement in proc means?