Re: newbie question on cobol syntax
- From: docdwarf@xxxxxxxxx ()
- Date: Mon, 23 Apr 2007 16:55:10 +0000 (UTC)
In article <Ip4Xh.81928$OL2.22938@xxxxxxxxxxxxxxxxxxxxxx>,
William M. Klein <wmklein@xxxxxxxxxxxxxxxxx> wrote:
Actually,
If you have code that compiled with "FCOBOL" - or even with OS/VS COBOL and
you NOW are using the newer (IBM) compilers, then changing every NEXT SENTENCE
to CONTINUE should never change the logic flow.
The only time that there is a "difference in logic flow" is when you MIX old
COBOL (with NEXT SENTENCE) *with* scope terminators (END-IF or whatever).
Bingo, Mr Klein... code that has been around that long has, in my
experience, been through a few hands of vary levels of capability; styles
are mixed and stability, at times, a wee bit... precarious.
Therefore, if you are worried about "base of code" BUT are using newer
compiler,
then feel "safe" in changing NEXT SENTENCE to CONTINUE.
I've felt safe about things which the Testing Crew grew a bit... upset
about. Increasing the number of code changes, or so I have seen,
increases the size of the Test Plan and the amount of time folks spend
dealing with it.
DD
.
- References:
- newbie question on cobol syntax
- From: Mayer
- Re: newbie question on cobol syntax
- From: Howard Brazee
- Re: newbie question on cobol syntax
- From:
- 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
|