Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

AWK Programming (EXTRA CREDIT 10 points) Create an AWK program that uses the SPARCS-noQuotes.csv file that you created during your lab activity (or recreate it).

AWK Programming (EXTRA CREDIT 10 points)

Create an AWK program that uses the SPARCS-noQuotes.csv file that you created during your lab activity (or recreate it). Calculate the average Total Charge per stay and per day. Remember each record represents one hospital stay and the field Length of Stay (LOS) represents the numbr of days the patient stayed each visit.

You must submit the code you wrote as a text file so that I can run this code.

A screen shot of your execution and the output. Note for full credit this should be done using AWK.

Your program should print out the following two lines:

Total # Records Total LOS Total Charge Avg Cost per Stay Avg Cost per Day

3 6 700 233.33 116.67

**Please note above numbers are from the example below.

So for example if you have 3 patients:

Length of Stay Total Charge

2 200

3 300

1 200

The total charges for all patients would be (200+300+200) 700

Number of hospital stays =3

Total length of stay (2+3+1) = 6

Average cost per stay will be (700/3) = $233.33

Average cost per day will be (700/6) = $116.67

Can you Plz answer this question in Terminal

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke, David J. Auer

3rd Edition

0131986252, 978-0131986251

More Books

Students also viewed these Databases questions

Question

How does knowledge management benefit an individual organization?

Answered: 1 week ago

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago