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..........

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 6 replies
  • 1050 views
  • 0 likes
  • 5 in conversation