gnucobol-users
[Top][All Lists]
Advanced

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

RE: [open-cobol-list] another compilation problem


From: William M. Klein
Subject: RE: [open-cobol-list] another compilation problem
Date: Mon Feb 2 14:55:04 2004

This IBM extension (from):

 
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/igy3lr10/APPENDIX
1.1 

is:

"Omission of "integer-1 TO" for variable-length    tables"

(FYI - "1 to" is assumed)  

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden On 
> Behalf Of David Korn
> Sent: Monday, February 02, 2004 4:34 PM
> To: address@hidden
> Cc: address@hidden
> Subject: [open-cobol-list] another compilation problem
> 
> 
> Here is an exceprt from a  program that doesn't compile.
> ======================prog.cob========================
> 005100 ID DIVISION.
> 005200 PROGRAM-ID. VCAGP210.
> 007000 DATA DIVISION.
> 009000 WORKING-STORAGE SECTION.
> 009348 01  UNIPOTS-ACCUM-TABLE.
> 009349     05 UNIPOTS-A-TABLE OCCURS 2000 TIMES
> 009350                DEPENDING ON WK-EXTRACT-READ-CTR
> 009351                INDEXED BY EXTRACT-INDEX.
> ======================prog.cob========================
> $ cobc -static -std=mvs -C prog.cob 
> prog.cob:7: parse error, unexpected DEPENDING, expecting 
> EXTERNAL or GLOBAL
> 
> 
> David Korn
> address@hidden
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> 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]