gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Re: OC issues - number 7


From: Sergey Kashyrin
Subject: [open-cobol-list] Re: OC issues - number 7
Date: Wed Jan 18 14:37:06 2006

Yes. Snapshot works.

Looks like I'm out of compiling issues.
Runtime testing will take a while.

----- Original Message ----- From: "Roger While" <address@hidden>
To: <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, January 18, 2006 4:33 PM
Subject: [open-cobol-list] Re: OC issues - number 7


That was fixed in CVS /snapshot tarball a couple of days ago.
Current CVS / snaphot tarball as of this mail has the
COMPUTE EQUAL and OBJECT-COMPUTER fixes.
(as always note that CVS takes time to update)
Snapshot at usual place.

Roger


the next one looks like bug.

       IDENTIFICATION DIVISION.
       PROGRAM-ID. ztest INITIAL.
       ENVIRONMENT DIVISION.
       DATA DIVISION.
       WORKING-STORAGE SECTION.
       01  T     COMP.
           05 MENU-AREA-LEN         PIC S9(04)  VALUE   +5.
           05 COMMAREA-LEN          PIC S9(04)  VALUE  +58.
           05 LCTABL-RECLEN         PIC S9(4)   VALUE +255.
           05 LCTABL-KEYLEN         PIC S9(4)   VALUE  +16.
           05 CA-DATE-AREA-LENGTH   PIC S9(4)   VALUE  +65.
       01  L PIC S9(4) COMP.
       PROCEDURE DIVISION.
           MOVE LENGTH OF T TO L.
           DISPLAY 'LEN=3D' L.
           GOBACK.

G:\bank64\src\obj>cobc -x -std=3Dibm ztest7.cbl
ztest7.cbl:6: Error: 'T' binary field cannot be larger than 18 digits




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
open-cobol-list mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/open-cobol-list


reply via email to

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