Re: newbie question on cobol syntax
- From: Howard Brazee <howard@xxxxxxxxxx>
- Date: Mon, 23 Apr 2007 09:58:15 -0600
On Mon, 23 Apr 2007 15:34:58 GMT, "William M. Klein"
<wmklein@xxxxxxxxxxxxxxxxx> wrote:
As most people (but not all) agre, "mixing" next sentence with scope delimiters
is NOT a good thing to do.
I've heard of, but haven't come across code that used "next sentence"
to work as "exit paragraph".
paragraph-a.
if my-account = "zzzz"
next sentence
end-if
perform a
perform b
perform c
.
paragraph-b.
I don't care for this myself. CoBOL should be clear and should avoid
"tricks" wherever possible.
Eschew obfuscation.
.
- Follow-Ups:
- Re: newbie question on cobol syntax
- From: Richard
- Re: newbie question on cobol syntax
- References:
- newbie question on cobol syntax
- From: Mayer
- Re: newbie question on cobol syntax
- From: William M. Klein
- Re: newbie question on cobol syntax
- From: Howard Brazee
- Re: newbie question on cobol syntax
- From: William M. Klein
- newbie question on cobol syntax
- Prev by Date: Re: newbie question on cobol syntax
- Next by Date: Re: newbie question on cobol syntax
- Previous by thread: Re: newbie question on cobol syntax
- Next by thread: Re: newbie question on cobol syntax
- Index(es):
Relevant Pages
|