gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] Parser error and level 78


From: Giuseppina Santarella
Subject: [open-cobol-list] Parser error and level 78
Date: Fri Jul 12 01:18:05 2002

Hello,
while creating a C source from cobol source, parser gives error in dynamic.
This is the first part of my file to translate in C :
 
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SPECIAL-NAMES.
INPUT-OUTPUT SECTION.
FILE-CONTROL.
 
SELECT BCU00X ASSIGN TO DYNAMIC BCXXXX
 
 
error is:
 
parse error, expecting 'NONNUMERIC_LITERAL'  or 'WORD'
Segmentation fault.
 
 
Anyone can help me?
 
I have another problem:
in my code Cobol there's also a level 78... anybody know what is its use?
How I can do?

Thanks, Pina.


reply via email to

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