I'm new to SAS/Graph (Proc GPLOT) so this may be easy and I just haven't found it. I'm trying to write some plots out to pdf files. Have figured all of that out with one exception. Can I customize the Table of Contents in the file? Instead of showing "PROC GPLOT", for instance as the top-level of the TOC, I'd give it some custom name. And then the charts underneath are generated with a by statement and I'd like to be able to customize each of their names as well, although this isn't so bad right now. However, there is a drill-down in the TOC to a level below the BY group and I'd like for it to not show up. Any ideas?
--Charlie