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: Alain Lucari
Subject: Re: [open-cobol-list] OC issues - number 6
Date: Wed Jan 18 11:20:01 2006

Sergey,

what is the signification of "EJECT" for you ?
It seem to me that you can put an "*" where I put it
This must be work fine 

Le Wed, 18 Jan 2006 13:45:48 -0500
"Sergey Kashyrin" <address@hidden> a écrit:

> 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
> 

Best regards,
-- 
Alain Lucari (Eurlix)


reply via email to

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