what are the component of range? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
How are the analysis data sets structured?
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
Name statements that are recognized at compile time only?
what are the benefits of data integration? : Sas-di
how do you validate tables abd reports?
2 Answers Accenture, Quintiles,
which date functions advances a date time or date/time value by a given interval? : Sas programming
What are the ways in which macro variables can be created in sas programming?
calculate the sum of value using only DATA STEP. data count_; input year name $ value; cards; 2006 xxx 10 2007 yyy 12 2006 xxx 20 2008 yyy 15 2007 xxx 15 ; out put should be like this year name T_value ----------------------- 2006 xxx 30 2007 xxx 15 2007 yyy 12 2008 xxx 15
How do you connect the desktop application to metadata server? : sas-grid-administration
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
Are the preferred term counts are always equal to Body system counts? If so, Why are they equal if not why they are not equal?
What is highest missing value for numeric?