gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] address@hidden


From: Keisuke Nishida
Subject: Re: [open-cobol-list] address@hidden
Date: Tue Feb 10 16:52:09 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 Mon, 9 Feb 2004 23:02:31 -0600,
William M. Klein wrote:
> 
> According to:
> 
>  http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/igy3lr10/1.2.8.4
> 
> 
> "When a table element is specified, the LENGTH OF special register contains
> the length, in bytes, of one occurrence. When referring to a table element,
> it need not be subscripted."
> 
> Therefore, either the source code:  
> 
> MOVE LENGTH OF FW058R-DSET-NAME(FW058R-INDEX) TO WS-MAX-LENGTH
>       or
> MOVE LENGTH OF FW058R-DSET-NAME TO WS-MAX-LENGTH
> 
> should be valid - and should give the same results (i.e. either with or
> without the subscripting should be allowed)

Okay, I have fixed it.  Thanks.

Keisuke


reply via email to

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