bug-gnucobol
[Top][All Lists]
Advanced

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

[open-cobol-list] bug: standard-feature "qualification with file-name"


From: Thomas Biehler
Subject: [open-cobol-list] bug: standard-feature "qualification with file-name" does not work
Date: Tue Mar 23 05:28:04 2004
User-agent: KMail/1.4.3

hi keisuke,

compiling the attached program "QUALFILE.cob" (in "free-format")
shows the bug.

It seems that "qualification with file-name" 
does not work at all at the moment!

The following output is from my lightly patched version 
of the current cvs-version of open-cobol.
(my patch: Error-Message(s) includes explicitly the string  "error  : " ) 

I==================================================================
#> cobc -free QUALFILE.cob
QUALFILE.cob:24: error  : `TESTFILE-KEY' in `TESTFILE-RECORD' in `TESTFILE' 
undefined
QUALFILE.cob:29: error  : `TESTFILE-KEY' in `TESTFILE-2' undefined
QUALFILE.cob: In paragraph `S-01':
QUALFILE.cob:48: error  : `TESTFILE-KEY' in `TESTFILE-RECORD' in `TESTFILE' 
undefined
QUALFILE.cob:50: error  : `TESTFILE-CONTENT' in `TESTFILE-RECORD' in 
`TESTFILE' undefined
QUALFILE.cob:51: error  : `TESTFILE-RECORD' in `TESTFILE' undefined
tree.c:1121: invalid type cast from `#<unknown constant>' at QUALFILE.cob:51
Abgebrochen
===================================================================

Thomas

Attachment: QUALFILE.cob
Description: Text document


reply via email to

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