Multiple choice technology programming languages

Which ODS statement option terminates output being written to an HTML file?

  1. END

  2. QUIT

  3. CLOSE

  4. 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.