What is program data vector (pdv)?
No Answer is Posted For this Question
Be the First to Post Answer
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
How do handle working under pressure?
How would you delete observations with duplicate keys?
What versions of SAS have you used (on which platforms)?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the Program Data Vector (PDV) and What are its functions?
Describe a time when you were really stuck on a problem and how you solved it?
Hi, If anyone has base SAS certification dumps, please share.
Write a SAS macro to calculate number of numbers in an email address
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.
8 Answers Verinon Technology Solutions,
which date functions advances a date time or date/time value by a given interval? : Sas programming