gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] TABLES and TEXT


From: Robert Wolfe
Subject: [open-cobol-list] TABLES and TEXT
Date: Thu, 21 Feb 2013 19:03:28 +0000

Hi all! 

New to COBOL and trying to learn it by looking at online resources plus working with my housemate, who does RPG and COBOL programming on the iSeries platform.

I am working on a small program that uses tables and when I go to run the cobc -x command to compile the code, I get the following errors:

address@hidden:~/cobol$ cobc -x tables.cob
tables.cob:4: Error: 'table' reserved word, but not supported yet
tables.cob:30: Error: 'text' reserved word, but not supported yet
tables.cob:19: Error: Level 01 item 'result' cannot have OCCURS clause
tables.cob:27: Error: Level 01 item 'res-text' cannot have OCCURS clause
tables.cob: In section 'main':
tables.cob:51: Error: 'text' reserved word, but not supported yet

If it helps any, 'cobc --version' returns the following information:

address@hidden:~/cobol$ cobc --version
cobc (OpenCOBOL) 1.1.0
Copyright (C) 2001-2009 Keisuke Nishida / Roger While
Built    Feb 21 2013 10:50:17
Packaged Feb 06 2009 10:30:55 CET

Thanks for any insight anyone can give this newbie.

reply via email to

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