explain the use of % includes a statement in sas? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
What is the purpose of the trailing and How would you use them?
what are the types of interactive display types? : Sas-bi
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
: and & modifiers.
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
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.
Name statements that are recognized at compile time only?
What is the role of administrative users? : sas-grid-administration
What is LOGICAL VARIABLES in SAS.And how it can be used..Can anyone support..???
How would you determine how far down on a page you have printed in order to print out footnotes?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming