Hello, I am using title statement with ods rtf in my program to make graphs with proc sgplot and sgpanel. ods rtf file="mypath" notoc_data nogtitle nogfootnote; title height=4 color=black bold "&title" height =1 j=c justify=right j=left "%sysfunc(data(),mmddyy10.)"; Proc sgplot data=mydata ........ i have many pages in my output with the same title wich is normal. Can you tell me if there is an option or statement to have "&title" for the first page with graphics and "Figure&title" for the other ones after the first break ? Thank you for your help.
... View more