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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1335 views
  • 0 likes
  • 2 in conversation