In one segment of a program I'm writing, I create a PDF with two TABULATE tables, side-by-side. In order to get an overall title on the page, I've laid everything out with ODS REGION statements--GSLIDE to control the title and a region for each table.
I would also like the titles for the individual tables to show up. Using TITLE within TABULATE does indeed generate the titles--they're showing up on the non-PDF output--but they won't show up in my PDF output. I have made the heights of the regions more than sufficient for a table and title, and I know if the region was too small it would be cutting off the table at the bottom, not the title.
Any general idea why such a thing would happen, or is this probably a case to send to tech support?
Thanks!