gnucobol-users
[Top][All Lists]
Advanced

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

Re: [open-cobol-list] Which formatting convention to use?


From: David Essex
Subject: Re: [open-cobol-list] Which formatting convention to use?
Date: Fri, 07 Aug 2009 17:25:55 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618

Duke Normandin wrote:
... Is there a "line length" limit? Or are you referring to hacker-imposed
line formatting? So for multi-line you would do:
................................'abc' &
'cde'
or ................................'abc'
& 'cde'

You can concatenate 2 or more strings in what ever fashion you like to use.

Not sure what you mean by a line limit.
There is a value size limit imposed by the standard.



reply via email to

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