Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Provide the SAS sql code for the above. 2. Subsetting Data Write a query that generates a report that displays Orion Star employees whose charitable
Provide the SAS sql code for the above.
2. Subsetting Data Write a query that generates a report that displays Orion Star employees whose charitable contributions exceed $90.00. The report should have the following characteristics: display Employee_ID, Recipients, and the new column Total that represents the total charitable contribution for each employee over the four quarters *use the orion.employee donations table include only employees whose charitable contribution Total for all four quarters exceeds $90.00 Hint: The total charitable contribution is calculated by adding the amount of Qtr1, Qtr2, Qtr3 and Qtr4. Use the SUM function to ensure that missing values are ignored Partial PROC SQL Output Employee ID Recipients 120660 Disaster Assist, Inc. 120677| EarthSalvors 60%, Vox Victimas 40% 120753| Conserve Nature, Inc. 5096, AguaMissions lnternational Total 100 100 100 | 50% 1207661 Mitleid international 80%, Save the Baby Animals 20% 100Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started