Multiple choice technology programming languages

INITIALIZE can be used for small Group varibales?

  1. True

  2. False

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

INITIALIZE should not be used for small Group variables either because it is overkill and less efficient than simple MOVE statements. For small groups, direct assignment with MOVE statements is more appropriate and performs better. The INITIALIZE verb adds unnecessary processing overhead for trivial groups.