How to convert HTML file into SAS dataset?
No Answer is Posted For this Question
Be the First to Post Answer
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
how do you read binary data in sas?
What is the work of tranwrd function?
Are you involved in writing the inferential analysis plan? Tables specifications?
Describe how you would pass data to macro.
What is the difference between SAS functions and procedures?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
Tell me about % include and % eval? : sas-macro
How we can create SAS USER DEFINED CODE?
what is sas database server? : Sas-di
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 to delete the duplicates by using proc sql?