gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] TABLES and TEXT


From: vince
Subject: Re: [open-cobol-list] TABLES and TEXT
Date: Fri, 22 Feb 2013 12:59:40 +0000
User-agent: KMail/4.6.1 (Linux/2.6.39.4-5.1-desktop; KDE/4.6.5; x86_64; ; )

On Friday 22 Feb 2013 00:50:39 Robert Wolfe wrote:
> I am just curious -- are tables even supported?  It would seem by the output
> of the compiler that they are not.  Please correct me if I am wrong here.

Of course eg:

01 T1-table.
    03  T1-Employees   occurs 500.
         05 T1-Emp-Codes      pic 9(4)  occurs 6.
.........

move T1-Emp-Codes (a b) to WS-Code.







reply via email to

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