BookmarkSubscribeRSS Feed
JasonNC
Quartz | Level 8

Hi,

I am having a situation where i want the page numbers in comma format like 1,234

but when i am using  ~{THISPAGE} in ODS PDF it is creating the page number but with out comma like 1234.

Is there any way to make it work like that

For example:

my page should look like

PAGE:1,234 instead of

PAGE:1234.

i am using Proc Report and Data _NULL_.

Previously i was creating a Variable in the data set and used format on that but it is creating some problems.My variable is not printing fine in DATA _NULL_ when i am using LinesLeft=Lines

F0r example:

DATA _NULL_;

SET TEST;

PAGESIZE=60 LINESLEFT=LINES LINESIZE=157;

When I am using LinesLeft=Lines i have to use ~{THISPAGE} For Page Numbers instead of the variable i created.

1 REPLY 1
Cynthia_sas
Diamond | Level 26

Hi:

  You might want to check with Tech Support on this. I do not believe that you can impact the format of the page number from {thispage} or {lastpage}.

cynthia

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
  • 1 reply
  • 1374 views
  • 0 likes
  • 2 in conversation