Multiple choice technology programming languages

The String moves data from Left to Right just like alphanumeric fields are moved ?

  1. True

  2. False

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

The COBOL STRING verb processes data from left to right, moving characters sequentially. This differs from standard alphanumeric MOVE statements, which move the entire field as a unit. STRING's left-to-right behavior is important for understanding how characters are concatenated.