Explain the difference between using drop = data set option in set and data statement?
No Answer is Posted For this Question
Be the First to Post Answer
How can you create a macro variable with in data step? : sas-macro
what is OLAP?
what is the formula to measure Baseline
name few built in sas transformation in DI studio ?
How to limit decimal places for the variable using proc means?
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?
Difference Between Scan and Substr
What is instream data in SAS?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?
what are the scrubbing procedures in sas? : Sas programming
How are the analysis data sets structured?