Explain bmdp procedure?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between proc means and proc summary?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
How experienced are you with customized reporting and use of Data _Null_ features?
Intern stastical programmer written test
how to perform paired t-test using Base/SAS & SAS/Stat?
differnce between 8.2 and 9.1.3
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
/*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
Name statements that are execution only.