Re: COBOL ain't quite dead - yet !
- From: Robert <no@xxxxxx>
- Date: Wed, 29 Oct 2008 22:51:34 -0500
On Wed, 29 Oct 2008 11:27:13 -0600, Howard Brazee <howard@xxxxxxxxxx> wrote:
I have seen
PERFORM AAA THRU AAA-EXIT.
AAA SECTION.
AAA-PARAGRAPH.
...
AAA-EXIT.
EXIT.
I hate that, but apparently it works. When I maintain this,
sometimes I will replace the EXIT. with CONTINUE, when I add debugging
statements.
There is no reason for AAA-PARAGRAPH. The compiler doesn't require it (although the
Standard does) and it is never referenced.
If you MUST have an exit paragraph, call them all THE-EXIT or SECTION-EXIT. References are
automatically qualified with the section in which they appear e.g. GO TO THE-EXIT.
.
- References:
- COBOL ain't quite dead - yet !
- From: James J. Gavan
- Re: COBOL ain't quite dead - yet !
- From:
- Re: COBOL ain't quite dead - yet !
- From: Silfax
- Re: COBOL ain't quite dead - yet !
- From: tlmfru
- Re: COBOL ain't quite dead - yet !
- From: Howard Brazee
- Re: COBOL ain't quite dead - yet !
- From: tlmfru
- Re: COBOL ain't quite dead - yet !
- From: Bill Gunshannon
- Re: COBOL ain't quite dead - yet !
- From: Howard Brazee
- COBOL ain't quite dead - yet !
- Prev by Date: Re: COBOL ain't quite dead - yet !
- Next by Date: Re: Dashwood
- Previous by thread: Re: COBOL ain't quite dead - yet !
- Next by thread: Re: COBOL ain't quite dead - yet !
- Index(es):
Relevant Pages
|