Add titles and footnotes to the output. Because you have specified the BODYTITLE_AUX option, ODS adds the titles and footnotes to the body of the output and places the text into cells. The J= style specifies the position of the title and footnote text on the page: left, center, or right.
title j=l "left" j=c "center" j=r "right"; title2 j=l "left"; title3 j=c "center"; title4 j=r "right"; footnote j=l "left" j=c "center" j=r "right"; run;