BookmarkSubscribeRSS Feed
rajeshalwayswel
Pyrite | Level 9

I have a report with two pages I need to to give first page with different title and second page with different title.

 

Thanks,

6 REPLIES 6
PaigeMiller
Diamond | Level 26

You should tell us more details about what is on the first page and what is on the second page and the code used to produce this report and even the data. Otherwise, there's no one here who can help.

--
Paige Miller
rajeshalwayswel
Pyrite | Level 9
First page with title "Frequency"
Second page with title "Statistics"
PaigeMiller
Diamond | Level 26

I also asked to see the code used to create these reports.

--
Paige Miller
Reeza
Super User

@rajeshalwayswel wrote:

I have a report with two pages I need to to give first page with different title and second page with different title.

 

Thanks,


Use two title statements. 

 

Generic, vague question = generic, vague answers.

ballardw
Super User

Title1 "some text" before first Proc report code.

Title1 "some other text" before second Proc report code.

 

title1; after all code to avoid getting unwanted titles.

Ksharp
Super User
ods text='xxxxxxxxxxx';
proc report..........

ods text='yyyyyyyyyyy';
proc report..........

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
  • 6 replies
  • 1844 views
  • 0 likes
  • 5 in conversation