When I use ODS PDF my titles show at the top of each proc report but not when I use ODS Excel. How do I keep my titles in ODS Excel?
ods excel file="abc.xlsx" options(embedded_titles='YES');
There are many options available for ODS Excel, you might want to peruse the documentation.
That works. Is there a way to have a banner? In ods pdf I used title1 '~S={preimage="/serverpath/EAAR_Yellow_(IRDS).jpg"}';
I don't know what you mean by "banner".
Show me the "banner" in the PDF file.
In a pdf file if you use the code i posted it creates an image in the title that functions as a banner in place of title1.
But you could still show me what it does.
Title1 is the image
Title2 is text.
I have to say, I don't know the answer, I have never tried to do this with ODS Excel.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.