gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Re: 0 bytes in Cobol strings


From: Keisuke Nishida
Subject: Re: [open-cobol-list] Re: 0 bytes in Cobol strings
Date: Tue Apr 6 11:49:00 2004
User-agent: Wanderlust/2.10.0 (Venus) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 Emacs/21.2 (i386-redhat-linux-gnu) MULE/5.0 (SAKAKI)

At Tue, 6 Apr 2004 14:26:36 -0400 (EDT),
David Korn wrote:
> 
> If the compiler can handle
>               VALUE '...' & X'000000000C'
> then I can modify the program that copied files from MVS to put it into
> this format.

OK, I've implemented it just now in CVS.

> Can't you just use
>               VALUE '...' & X'00'
> to represent a single 0 byte?

You can do it.

Keisuke


reply via email to

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