Multiple choice technology programming languages Which ODS statement option terminates output being written to an HTML file? END QUIT CLOSE STOP Reveal answer Fill a bubble to check yourself C Correct answer Explanation The ODS CLOSE statement terminates the current output destination and closes the HTML file. This is the standard method to end ODS output capture. END, QUIT, and STOP are not valid ODS statement options for closing output destinations.