INITIALIZE should not be used for large Group variables because it sets each elementary item individually, which is inefficient for large groups. For large groups, use MOVE SPACES or MOVE LOW-VALUES to the entire group instead. The INITIALIZE verb is better suited for small groups where individual element initialization is acceptable.