Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


Image description: structure of nested programs

This image shows the program structure that is below.

Program-Id. A.
   Program-Id. A1.
      Program-Id. A11.
         Program-Id. A111.
         End Program A111.
      End Program A11.
      Program-Id. A12 is Common.
      End Program A12.
   End Program A1.
   Program-Id. A2 is Common.
   End Program A2.
   Program-Id. A3 is Common.
   End Program A13.
End Program A.

End of image description.


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)