Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore
1 3910I 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.
2202how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
TCS,
7 14056whenever 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 3926I 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 5108
what is the purpose of _error_? : Sas programming
what other sas products have you used and consider yourself proficient in using? : Sas programming
What are the data types does SAS contain?
how does sas handle missing values in functions? : Sas programming
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
What are the applications primarily used by business analyst? : Sas-bi
What do the put and input function do?
Difference between SAS STATA & SPSS?
how to do user inputs and command line arguments in sas?
How to limit decimal places for the variable using proc means?
How is character variable converted into numeric variable and vice versa?
Name validation tools used in SAS
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?