Hi Experts,
When creating pdf reports using sas ods , can I start displaying page number on the pdf from the 2nd page onwards? I dont want page number to be displayed on the very first page.
Is this possible?
No replies from anybody.... Is this question so tough?
No, in fact there have been several postings with code. Did you search?
Cynthia
I checked and got some similar(old) posts ...
And I took and applied following bold statments from these posts to my code:
options nodate nonumber;
... first page content....
options number;
options pageno = 1;
...second page content....
This worked for me.
Thank you.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.