/TITLE

Use the compiler directive /TITLE to specify heading information (such as security classification or titles) that is to appear at the top of each page of the compiler listing.

Start of changeSee Compiler Directives for information on the columns available for directives.End of change

Start of change/TITLE must be followed by a blank. The data following the blank is printed at the top of each subsequent page of the listing.End of change

Start of change/TITLE cannot be coded within a free-form statement.End of change

A program can contain more than one /TITLE statement. Each /TITLE statement provides heading information for the compiler listing until another /TITLE statement is encountered. A /TITLE statement must be the first RPG specification encountered to print information on the first page of the compiler listing. The information specified by the /TITLE statement is printed in addition to compiler heading information.

The /TITLE statement causes a skip to the next page before the title is printed. The /TITLE statement is not printed on the compiler listing.