-
Contributing Member
Recursion in Program
Can a Called program execute a CALL statement that directly or indirectly calls the calling program. In other words is recursion allowed in the concept of CALL in COBOL program?
-
Junior Member
Re: Recursion in Program
COBOL does not allow recursion in non-recursive main programs or subprograms. Recursive calls are only allowed if you code the RECURSIVE clause on the recursively invoked program's PROGRAM-ID paragraph
-
Junior Member
Re: Recursion in Program
no ,recursion is not possible in cobol
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules