Page 1 of 1

What exactly do refer to as "Implicit Redefine"?

Posted: Tue Sep 06, 2016 3:36 pm
by Eshaan Awasthi
Hi,

What exactly do refer to as "Implicit Redefine"? Can anybody plaease explain it to me. Why do we really need it when we have a seperate REDEFINE (is it explicit?) clause in COBOL?

Re: What exactly do refer to as "Implicit Redefine"?

Posted: Tue Sep 06, 2016 4:27 pm
by Robert Sample
When you code multiple 01 levels in an FD, each of them is referring to the same memory location (the buffer for that file). Hence the second, and subsequent, 01 levels implicitly redefine the first 01. This does not replace the REDEFINES verb.

[ Post made via iPhone ] Image