Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore
1 3906I 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.
2199how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
TCS,
7 14050whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
1 3923I need help in merging two different datasets. I am merging by date and I want to propagate observations from one dataset to the corresponding dates. One dataset has a unique date for each day of the month, while the other dataset has same date for different patient visits. For example I want to spread an observation on the 31DEC2008 from one dataset to several observations with the same date on a second dataset for all the patients who visited on that date. I have tried to merge the two and the result is not what I wanted. Instead I get a dataset whereby all the dates have missing values where observations from the first datset should have spread.
1 5106
explain the key concept of sas? : Sas-administrator
Mention some common errors that are usually committed in sas programming.
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
Explain by-group processing?
To what type of programms have you used scratch macros?
Mention common programming errors committed in sas ?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What is SAS?
What are the default statistics that proc means produce?
what is star schema? : Sas-di
Describe the ways in which you can create macro variables? : sas-macro
What is the purpose of _character_ and _numeric_?
Can you execute a macro within a macro? Describe. : sas-macro
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is the basic structure of a sas program?