[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [open-cobol-list] enhancement to cobpp
From: |
Keisuke Nishida |
Subject: |
Re: [open-cobol-list] enhancement to cobpp |
Date: |
Wed Jun 5 20:13:02 2002 |
User-agent: |
Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (UnebigoryĆmae) APEL/10.3 Emacs/21.2 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
At Wed, 05 Jun 2002 00:48:30 -0600,
Richard A. Painter <address@hidden> wrote:
>
> we have a LOT of code that uses the following format:
> COPY XXXX OF "XXXX".
> which produces a parse error.
>
> would it be possible to allow this to function the same as:
> COPY XXXX.
What is the second argument (i.e., "XXXX") then?
If it describes a directory name or something,
we can extend cobpp appropriately.
Keisuke