How to write the program in sas to add page number to the report? Page number should start with page 1.
Please mark the question as solved once you have checked the solution.
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.
Thank you.
Please mark the question as solved once you have checked the solution.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.