Hi All.I am looking for Good Institute who could Provide the
online SAS BI+DI Training along with software.Primarily in
Delhi/NCR or in Hyderabad Please help with name and contact
number of concerned person!! Thanks in Advance! :)
Answer / madhukar
My name is madhukar ihave total 6+years exp in SAS & SAS BI(DI+BI) 4.2
MY MOB NO-09379329667
INSTITUTENAME-TECHNOSOFT
BANGLORE-78
| Is This Answer Correct ? | 0 Yes | 0 No |
I 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.
What are the different servers in sas? : sas-grid-administration
What report output formats can you generate using SAS?
Are you involved in writing the inferential analysis plan? Tables specfications?
Difference between SAS STATA & SPSS?
What are the parameters of scan function?
what are system option ? give few examples ? what are dataset options and dataset statements ? if there is a keep option and keep statement ? which one is executed first ? Difference between a WHERE statement and IF statement ? what is the advantage of using WHERE statement option on the dataset ?
what is the purpose of _error_? : Sas programming
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
is data integration and etl programming is same? : Sas-di
how to do user inputs and command line arguments in sas?
what are the scrubbing procedures in sas? : Sas programming