Multiple choice technology mainframe

Which keyword allows the same copy to be used more than once in the same code by changing the replace value?

  1. REDEFINES

  2. REPLACING

  3. REUSE

  4. REORG

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

In COBOL, the REPLACING phrase of the COPY statement allows text substitutions within the copied source code, enabling the reuse of the same copy library member with modified values.