Section 5 Specifications of a Config File
Rev. 1.01 Mar. 17, 2008 Page 46 of 128
REJ10J1822-0101
5.6.4 CLNT_SECTION
Format:
CLNT_SECTION{<section name>};
Description:
This statement specifies the section to which the client stubs will be assigned. When this definition
is omitted, one of the section names (alphabetical characters) listed below will automatically be
assigned. If CLNT_SECTION has been defined, the actual section name will be one of the letters
listed below followed by the <section name>.
• Program section: ‘P’
• Constant section: ‘C’
• Non-initialized data section: ‘B’
• Initialized data section: ‘D’
Example:
CLNT_SECTION{ C_EXAMPLE };