Suppose you work in
the billing department of a small community hospital. It is your job
to create a SAS data set from the raw data file that is referenced
by the fileref Aprdata. A portion of the raw data file below shows
the following patient data:
The data set that you create must also include variable values that represent how many days each person stayed in the hospital, the total room charges, and the total of all expenses that each patient incurred. To create the ...