gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Cobol Compilation Error


From: Goutam Saraswati
Subject: [open-cobol-list] Cobol Compilation Error
Date: Sat May 27 23:44:00 2006

Sir,
 
I have OpenCOBOL 3.2 on Fedora Core 5.
 
I am getting the error msw.cbl:5: syntax error, unexpected SELECT, expecting $end
 
I am copying the first few lines of the msw.cbl program:
 
identification division.
program-id. wll-ir-check.
environment division.
input-output section.
        select f1 assign to f1-id
        organization is relative.
        select f2 assign to f2-id
        organization is relative.
        select f3 assign to f3-id
        organization is relative.
data division.
file section.
fd f1.
 
The same program is running fine with MFCobol on SCO OSE 5.0.5
 
Goutam Saraswati
 
 

reply via email to

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