What are the uses of sas?
No Answer is Posted For this Question
Be the First to Post Answer
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
/*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
Tell me more about the parameters in macro? : sas-macro
Can you excute a macro within a macro? Describe.
How does the internal authentication work in sas? : sas-grid-administration
Mention some common errors that are usually committed in sas programming.
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
How we will Developing new reports Using Data step programming and Macros ?
What is instream data in SAS?
What r all the reporting procedures...?
what is transformation in sas data integration? : Sas-di
What is the basic syntax style in SAS?