gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] OpenCOBOL 0.32 EXTERNAL ERROR


From: Peg
Subject: [open-cobol-list] OpenCOBOL 0.32 EXTERNAL ERROR
Date: Mon May 30 08:51:22 2005
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Hello All,

The following codes cannot be compiled by OpenCOBOL 0.32.
(It can be compiled in OpenCOBOL 0.31.)

---
 IDENTIFICATION DIVISION.
 PROGRAM-ID. TESTEXT.
 DATA DIVISION.
 WORKING-STORAGE SECTION.
 01 E EXTERNAL.
 03 E1 PIC X.
 PROCEDURE DIVISION.
 DISPLAY E1.

$ cobc TESTEXT.cob -free -save-temps
In file included from testext.c:9:
testext.c.h:6: `b_E' undeclared here (not in a function)
testext.c.h:6: initializer element is not constant
testext.c.h:6: (near initialization for `f_7.data')
---

How should I do to compile?
Any answer will become my help.

-- Peg, PegStyle mailto:address@hidden
http://members8.tsukaeru.net/pegstyle/
(OpenCOBOL MinGW Binary Download Site.
 But Japanese Page Only)


reply via email to

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