Re: pattern for an error
- From: Howard Brazee <howard@xxxxxxxxxx>
- Date: Wed, 28 May 2008 07:50:41 -0600
On Wed, 28 May 2008 02:31:57 -0700 (PDT), mario
<mmc_vw1200@xxxxxxxxxxx> wrote:
so as u maybe see in any paragraph there are exit conditions when the
program should stop and write error massage
my problem now: is there any style guide or pattern to make that in a
clean way WITHOUT goto because i have to transfair it into an acu code
without goto.
the only way i´m thinking is to give a intern retern key after any
paragraph but code would look very confusing right??
In my case, I don't have the option of EXIT PERFORM, so if I wanted to
convert an old CoBOL program to eliminate GO TOs, I would have to
write code.
What compiler do you use, do you have the option of EXIT PERFORM?
.
- Follow-Ups:
- Re: pattern for an error
- From: Michael Mattias
- Re: pattern for an error
- References:
- pattern for an error
- From: mario
- pattern for an error
- Prev by Date: Re: Opinions on approach, please...
- Next by Date: Re: pattern for an error
- Previous by thread: Re: pattern for an error
- Next by thread: Re: pattern for an error
- Index(es):
Relevant Pages
|