Re: Recursive Call
- From: "Chuck Stevens" <charles.stevens@xxxxxxxxxx>
- Date: Wed, 2 Nov 2005 08:46:04 -0800
Note that within COBOL that is compliant with the three most recent
standards, both direct and indirect recursion is prohibited. If an
implementor allows it (or provides additional syntax to support it), it's an
extension and it does whatever the implementor says it does.
The draft standard proposed for 2008 allows the RECURSIVE clause in the
PROGRAM-ID paragraph, and programs so marked may be called when they are
already active, and may call themselves directly or indirectly. Those that
aren't can't.
-Chuck Stevens
ANSI X3.23-1974, ANSI X3.23-1985, and ISO/IEC
"Paolo" <paolo.sanzotta@xxxxxxxxx> wrote in message
news:1130942928.070790.49860@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi,
> i've a big problem with the recursives call under Fujitsu Cobol.Net.
> It'happen an exception for recursive call and i don't know how to
> resolve it!
> Do it exist a work-around for this problem?
> thank's
>
.
- Follow-Ups:
- Re: Recursive Call
- From: Judson McClendon
- Re: Recursive Call
- From: Rick Smith
- Re: Recursive Call
- References:
- Recursive Call
- From: Paolo
- Recursive Call
- Prev by Date: Re: Problem RUNing 1997 GNT
- Next by Date: Re: Recursive Call
- Previous by thread: Re: Recursive Call
- Next by thread: Re: Recursive Call
- Index(es):
Relevant Pages
|