gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] CVS Update 20050607


From: Roger While
Subject: [open-cobol-list] CVS Update 20050607
Date: Tue Jun 7 03:22:18 2005

CVS Update.
Based on the work of Hans-martin Rasch (Thanks !) , change INITIALIZATION -
Implement the 2002 "INITIALIZE ... WITH FILLER".
Allow INITIALIZE on a REDEFINES.
Do not initialize elementary FILLER items using INITIALIZE (unless
specified as in the 2002 syntax above).

I think I have covered all cases.
Note the check for a filler item is subtle as you can have :
01  F1.
       02  FILLER.
            03 F2            PIC whatever.
            03 FILLER   PIC whatever.
       02  F3  PIC whatever.

An INITIALIZE on F1 (without FILLER clause) must initialize F2 and F3
and not touch the "03 FILLER".

Roger





reply via email to

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