gnucobol-users
[Top][All Lists]
Advanced

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

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


From: Keisuke Nishida
Subject: Re: [open-cobol-list] Parser error and level 78
Date: Fri Jul 12 07:29:04 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 Fri, 12 Jul 2002 16:18:11 +0200,
address@hidden wrote:
> 
> > SELECT BCU00X ASSIGN TO DYNAMIC BCXXXX
> 
> Probably this type of assignment is not supported (yet). I assume that
> DYNAMIC means that the user is prompted for a file name. At least that is
> what the documentation says I have available. You could work around that by
> giving a name explicitly (just delete DYNAMIC?).

I do not think it is part of the standard.  What COBOL compiler
do you use?

> > in my code Cobol there's also a level 78... anybody know what is its use? 
> > How I can do?
> 
> Level 78 variables are constant definitions. I guess you could just replace
> all occurrences of a 78 variable with its VALUE.

Or you could use level 77 instead.

Keisuke


reply via email to

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