ILE COBOL Language Reference

+-------------------------------IBM Extension--------------------------------+

AND CONTINUE RUN UNIT Phrase

If control reaches an EXIT PROGRAM statement with the continue phrase in the main program, control passes to the CALL statement of the calling program. In a named activation group:

However, in a *NEW activation group when a main program returns control to the caller, the activation group is ended. The activation group will close all files scoped to the activation group. Any pending commit operation scoped to the activation group will be implicitly committed. All resources allocated to the activation group will be returned back to the system. As a result of the activation group ending, all programs that were active in the activation group are placed in their initial state.

+----------------------------End of IBM Extension----------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]