BookmarkSubscribeRSS Feed
kds
Calcite | Level 5 kds
Calcite | Level 5


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?

3 REPLIES 3
kds
Calcite | Level 5 kds
Calcite | Level 5

No replies from anybody....     Is this question so tough?

Cynthia_sas
Diamond | Level 26

No, in fact there have been several postings with code. Did you search?

Cynthia

kds
Calcite | Level 5 kds
Calcite | Level 5

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.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1311 views
  • 0 likes
  • 2 in conversation