Multiple choice technology programming languages

Which of the following compiler options can affect the runtime performance?

  1. (a) AWO

  2. (b) FASTSRT

  3. (c) RENT

  4. (d) All of the above

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

These IBM Enterprise COBOL compiler options affect runtime: AWO (Atomic Write Optimization), FASTSRT (Fast Sort), and RENT (Reusable/Reentrant code). Since all three options impact runtime performance, 'All of the above' is correct.

AI explanation

Compiler options like AWO (optimize storage access), FASTSRT (allows the compiler to pass sort work to an external sort routine for speed), and RENT (reentrancy, affecting how storage is managed at runtime) all directly influence how a COBOL program performs at execution time, so all three affect runtime performance.