gnucobol-users
[Top][All Lists]
Advanced

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

[open-cobol-list] minor problem


From: David Korn
Subject: [open-cobol-list] minor problem
Date: Mon Jun 7 18:09:04 2004

The following program compiles on MVS and fails with opencobol
because of the . after EJECT.  In some other contexts, an
EJECT can be followed by a period.

====================cut here======================
       ID DIVISION.
       PROGRAM-ID. VCAGP210.
       ENVIRONMENT DIVISION.
       CONFIGURATION SECTION.
       DATA DIVISION.
       FILE SECTION.
       EJECT.
       WORKING-STORAGE SECTION.
====================cut here======================

David Korn
address@hidden


reply via email to

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