bug-gnucobol
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-GnuCOBOL] [Bugs] Redefining a redefinition and misleading error


From: J Leslie Turriff
Subject: Re: [Bug-GnuCOBOL] [Bugs] Redefining a redefinition and misleading error message
Date: Tue, 3 Jul 2018 14:05:49 -0500
User-agent: KMail/1.9.10

On 2018-07-02 12:42:27 Martin Ward wrote:
> I don't know if redefining a redefine is allowed in standard COBOL:
> but the second message is definitely incorrect. FOO and BAR
> are both 725 bytes long.

        Jus out of curiosity? what happens if  you code
|       03 BAR-DEF-1 REDEFINES FOO.
instead of 
|       03  BAR-DEF-1 REDEFINES BAR.
        AFAIR, redefining the original used to be the requirement.

Leslie



reply via email to

[Prev in Thread] Current Thread [Next in Thread]