Multiple choice technology programming languages

What keyword allows for an override of the default?

  1. INIT

  2. REPLACE

  3. ASSIGN

  4. SET

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

The REPLACE keyword in a COPY statement allows you to substitute specific words or literals, overriding default values supplied by the copied program‑unit. INIT, ASSIGN, and SET do not provide this overriding capability, making REPLACE the correct answer.