Multiple choice technology mainframe

Group moves are always considered alphanumeric moves regardless of the elementary items in it.

  1. True

  2. False

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

In COBOL, group moves are always processed as alphanumeric (category alphanumeric) operations, regardless of whether the elementary items within the group are numeric, alphabetic, or alphanumeric. The group is treated as a single character string, moving data byte-by-byte without numeric editing or conversion processing.