Please excuse the basic question, but my COBOL is very, very rusty.
I am looking at some code written by someone else. There is an FD with multiple 01s with different record layouts, one for billing, one for payments, one for adjustments, etc.
The READ statement does not READ...INTO, like I...