|
From: | Chris Geldenhuis |
Subject: | [open-cobol-list] Problems with Display of multiple fields. |
Date: | Tue, 01 May 2012 09:31:46 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:10.0.3) Gecko/20120314 Thunderbird/10.0.3 |
HiDespite what is shown in Gary Cutler's excellent manual and used in some of the examples in it, I cannot get a DISPLAY of multiple fields to work.
Previously in MFC I would use:DISPLAY identifier at POS, literal, identifier etc and would get all identifiers and literals appearing on the screen one after the other.
When I compile this in Open Cobol only the first item in the list of identifiers and literals appears on screen.
I have tried this with the "at POS" clause where shown above and at the end of the statement as it appears to be required by the manual.
I have also tried using END-DISPLAY to terminate the DISPLAY statements to no avail.
Any Ideas? Regards ChrisG
[Prev in Thread] | Current Thread | [Next in Thread] |