Multiple choice technology mainframe

What compiler option would you use for dynamic linking?

  1. LET

  2. REUS

  3. DYNAM

  4. NULL

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

DYNAM is the COBOL compiler option used to enable dynamic calling/linking of subprograms. Options like REUS deal with reusability, and LET is a link-editor option, not a COBOL compiler option for dynamic linking.