COBOL/400 Language Help


Configuration Section

The Configuration Section is optional. It contains three paragraphs:

When specified, the Configuration Section can describe the computer on which the source program is compiled and the computer on which the object program is executed. In addition, the Configuration Section can:

Each paragraph must contain one, and only one, separator period immediately after the last entry in the paragraph.

1  ->------------------------------------------------------> 3
2  ->-*---------------------------------------------*------> 4
     *-SOURCE-COMPUTER.-*-----------------------*-*
                         *-source-computer-entry-*
 
3  ->------------------------------------------------------> 5
4  ->-*---------------------------------------------*------> 6
     *-OBJECT-COMPUTER.-*-----------------------*-*
                         *-object-computer-entry-*
 
5  ->----------------------------------------------*------->
6  ->--*-----------------------------------------*-*
      *-SPECIAL-NAMES.-*---------------------*-*
                        *-special-names-entry-*
 


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