BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sas_it
Quartz | Level 8

How to write the program in sas to add page number to the report? Page number should start with page 1.

1 ACCEPTED SOLUTION

Accepted Solutions
ChrisNZ
Tourmaline | Level 20

Please mark the question as solved once you have checked the solution.

View solution in original post

4 REPLIES 4
Shmuel
Garnet | Level 18

You can use options pageno= to assign any page number to start on next output page.

On session start the default value is pageno=1.

It usually used either to reset page number to 1 while creating some repoerts

or to force printing from a different page number then the current+1.

ChrisNZ
Tourmaline | Level 20

Please mark the question as solved once you have checked the solution.

ChrisNZ
Tourmaline | Level 20
My post does not provide the answer to your question.

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
  • 4 replies
  • 1056 views
  • 2 likes
  • 3 in conversation