ILE COBOL Language Reference

COMMON Clause

The COMMON clause allows the program named by program-name to be called by its siblings and by programs contained within the siblings. The COMMON clause can be used only in nested programs.


Footnotes:

1
Sibling programs are those that are directly contained by the same program.


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