[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [open-cobol-list] open-cobol-list Digest, Vol 90, Issue 1
From: |
Simon Sobisch |
Subject: |
Re: [open-cobol-list] open-cobol-list Digest, Vol 90, Issue 1 |
Date: |
Wed, 29 Apr 2015 19:46:44 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
Gary is correct that this isn't allowed.
The upcoming 2.0 release will support this if -frelaxed-syntax is used
(which is used in every case you compile with -std=mf) as MicroFocus
allows this. The code is in rw-branch already (not sure for now if it's
checking relaxed syntax or not, but the compiler will do so.
BTW: Gary please contact me to discuss placing the programmer's guide
under svn control and ship it together with GnuCOBOL. Thank you.
Simon
Re: [open-cobol-list] Rewrite line sequential fiie.
[Hide message from public view]
From: Gary Cutler <address@hidden> - 2015-04-29 17:17:31
The statement that REWRITE is allowed (pg 80) is incorrect (a copy/paste
oversight). Neither "OPEN I-O" nor "REWRITE" are allowed with LINE
SEQUENTIAL files (which are meant to be print files). The compiler
clearly flags both as errors if they are attempted.
_____________________________
From: John Culleton <address@hidden>
Sent: Wednesday, April 29, 2015 9:50 AM
Subject: [open-cobol-list] Rewrite line sequential fiie.
To: <address@hidden>
Page 80 of the manual says that REWRITE can be
used for line sequential files. page 437 says the
opposite.
If REWRITE is legitimate then I assume that the
file can be opened in I-O mode.
--
John Culleton
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [open-cobol-list] open-cobol-list Digest, Vol 90, Issue 1,
Simon Sobisch <=