DATA ABC;
INPUT TDATE DATE9. AVG;
CARDS;
18APR2008 150.00
19APR2008 167.00
20APR2008 123.00
21APR2008 145.00
;
RUN
HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF
21APR2008??
IF ANY ONE GETS IT PLS TRY TO POST IT.
Answer Posted / chandu
We can solve this with array......
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what are validation tools that are used in sas? : Sas-administrator
What do the PUT and INPUT functions do?
what techniques and/or procs do you use for tables? : Sas programming
How substr function works in sas?
What is the basic syntax style in SAS?
Explain input and put function?
Give some examples where proc report’s defaults are same as proc print’s defaults?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
how does sas handle missing values in functions? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
What are all the problems you faced while validating tables and reports?
what is sas metadata repository? : Sas-bi
What are the five ways to do a table lookup in sas? : sas-grid-administration
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5