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.
/TITLE begins in column 7 or later.
It must be followed by a blank.
The data following the blank is printed
at the top of each subsequent page of the listing. 
/TITLE cannot be coded within a free-form statement. 
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.