Post #1
0 votes
Jordan
Reputation
12
Posts: 32
Joined: May 2, 2026, 11:10 AM
Posted: Jul 22, 2026, 11:44 AM
Saw MOVE CORRESPONDING in old code. Should I use that or just MOVE field by field while I am learning?
Saw MOVE CORRESPONDING in old code. Should I use that or just MOVE field by field while I am learning?
While learning, MOVE field by field. CORRESPONDING only moves matching elementary names and silently skips mismatches. Fine when you know the layouts cold. Easy to get burned when learning.
Seconded. Explicit MOVEs make reviews easier too.
You must be signed in to reply to this thread