what is function of retain statment
No Answer is Posted For this Question
Be the First to Post Answer
What SAS statements would you code to read an external raw data file to a DATA step?
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
How would you code a merge that will keep only the observations that have matches from both sets?
Explain by-group processing?
what are methods to identify duplicate observations?
/*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 you debug and test your sas programs? : Sas programming
describe about metadata object? : Sas-di
How would you identify a macro variable?
Does anybody have SAS Training manual or documentation or can you refer me any book to have better understanding on SAS. I am fresher to SAS tool. (Ready to pay)
What are the limitations for memory allocation for SAS variables
Enlist the functions performed by sas.