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 remember. So, basically, I am looking to verify my assumption that the multiple 01s are an implied REDEFINE and that based on the value of a xx-SORT-CODE (the first 3 bytes of each 01), you decide which 01 to use.
Thanks, Jack
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 remember. So, basically, I am looking to verify my assumption that the multiple 01s are an implied REDEFINE and that based on the value of a xx-SORT-CODE (the first 3 bytes of each 01), you decide which 01 to use.
Thanks, Jack