where to use sas business intelligence? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
what is hash files in sas and why we are using this one in sas?
What are exact SAS Base contents..?N what r SAS Tools..?
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?
What is the order of evaluation of the comparison operators: + - * /** ()?
how does sas handle missing values in sort order? : Sas programming
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
what is cummaltive frequency,and varience in proc unviarte
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.
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
Name and describe three SAS functions that you have used, if any?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
Which date function advances a date, time or datetime value by a given interval?