Change the HTML file. BODY= opens a new HTML file for storing the reports for city temperatures. The new file is assigned the name city_reports.html, which is the file name assigned above to variable CITYDRILL as part of its target-link locations. The rep orts that are generated later in this program will all be written to this one HTML file.
ods html path=odsout
       body='city_reports.html';