what is data governance? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
What is the maximum and minimum length of macro variable
Explain what is the use of proc gplot?
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 ?
Explain append procedure?
What do you know about sas and what we do? : sas-grid-administration
What is the difference between informat and format statement?
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 sites did u refer for enquiries and doubts for SAS
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?