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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 1089 views
  • 0 likes
  • 5 in conversation