what type of graphs we will create(for 2+years candidates)?
No Answer is Posted For this Question
Be the First to Post Answer
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
what is SAS/Graph?
"What is the difference between proc sort nodup and proc sort nodupkey?"
Hi, I have one dataset like id date ex: id date 1 13 1 13Oct2011 2 14 2 14Oct2011 3 15 3 15Oct2011 --->this is the current date here i want date format like 13Oct2011,14Oct2011 how we can modify the numeric to date format plz answer.
What are the statements in proc sql?
What is _n_?
What is the purpose of using the N=PS option?
What is difference between N and n????
what are sas/access and sas/connect? : Sas programming
What are symbol tables?Differemce between Local N Global Symbol tables.....
State the difference between INFORMAT and FORMAT ?
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