Multiple choice technology mainframe What compiler option would you use for dynamic linking? LET REUS DYNAM 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.