Prepare for your Next Interview
This is a discussion on Recursion in Program within the MainFrame forums, part of the Software Development category; 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?...
|
|||
|
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?
|
| Sponsored Links |
|
|||
|
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
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Knowledge about Program ID in Cobol program | RyanJames | MainFrame | 2 | 02-14-2008 09:32 AM |
| Easiest Certification Program | fred | Certification | 3 | 01-04-2007 11:54 AM |
| Program Execution | norman | C and C++ | 5 | 11-12-2006 03:14 PM |
| Database access using C program | fred | C and C++ | 1 | 07-13-2006 10:52 PM |