This entry was posted in General. Bookmark the permalink. Post a comment or leave
No Answer is Posted For this Question
Be the First to Post Answer
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
what are sas bi dashboard components? : Sas-bi
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
What is maximum number of rows and cols can be handled in SAS?
/*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
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Mention the difference between ceil and floor functions in sas?
explain the use of % includes a statement in sas? : Sas-administrator
Name statements that are execution only?
What is the difference between nodupkey and nodup options?
what are validation tools that are used in sas? : Sas-administrator