gnucobol-users
[Top][All Lists]
Advanced

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

RE: [open-cobol-list] OC issues - number 6


From: Bill Klein
Subject: RE: [open-cobol-list] OC issues - number 6
Date: Wed Jan 18 11:28:03 2006

Possible problems with this:
 
A) does OC claim to support EJECT and SKIP extensions yet?
 
B) If so, does OC know that the period is optional? 
 
See:
  http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IGY3LR30/8.1.9
 

From: address@hidden [mailto:address@hidden On Behalf Of Sergey Kashyrin
Sent: Wednesday, January 18, 2006 12:46 PM
To: address@hidden
Subject: [open-cobol-list] OC issues - number 6

the small one:
 
       IDENTIFICATION DIVISION.
       PROGRAM-ID. ztest INITIAL.
       ENVIRONMENT DIVISION.
       CONFIGURATION SECTION.
       SOURCE-COMPUTER.
       OBJECT-COMPUTER.
       EJECT
       DATA DIVISION.
       WORKING-STORAGE SECTION.
       PROCEDURE DIVISION.
           DISPLAY 'OK'.
           GOBACK.
 
G:\bank64\src\obj>cobc -m -std=ibm ztest6.cbl
ztest6.cbl:8: Error: syntax error, unexpected DATA, expecting WORD
 

reply via email to

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