I use ODS PDF to generate PDF files from the Shewhart procedure. I've been trying not to display the procedure name and type of the chart in the contents table of the PDF file, without much success. I tried ODS NOPROCTITLE but that doesn't seem to work.
I attached part of the code I use.
Would there ba a way of suppressing the procedure name and chart type on the pdf output?
Hi:
Look in the doc for examples of ODS PROCLABEL. This is the statement that will impact the PDF TOC. ODS NOPTITLE is only used to remove the procedure title (The MEANS Procedure, The FREQ Procedure, etc) from the actual report itself. ODS PROCLABEL allows you change the topmost node label in the TOC. To streamline or create your own hierarchy structure or ot rearrange the TOC, then you usually need to use ODS DOCUMENT. Some procedures (like PRINT, REPORT, TABULATE, FREQ) use the CONTENTS= option at the statement level to alter the secondary nodes in the TOC, but that is not applicable in your scenario.
cynthia
Cynthia,
Thanks for the useful info.
Fethon
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.