You have temperature data for each day from Jan 1,2004, to Jan 15,2004. Run the following program to create a data set TEMP:
The number of heart attack patients arriving at a hospital for each of the 15 days is also recorded. Run the following program to create a data set called MI (myocardial infarction, also known as a heart attack).
Create a SAS data set called BOTH from the temperature data and the heart attack incidence data, using DATE as the BY variable.