Multiple choice technology programming languages

Using ODS statements, how many types of output can you generate at once?

  1. 2

  2. 3

  3. 1 (only listing output)

  4. as many as you want

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ODS (Output Delivery System) allows you to generate multiple types of output simultaneously by stacking multiple ODS statements. You can create listing, HTML, PDF, RTF, and other formats all at once. The statement '1 (only listing output)' is false because ODS supports many formats beyond listing.