I have a report with two pages I need to to give first page with different title and second page with different title.
Thanks,
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.
I also asked to see the code used to create these reports.
@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.
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.
ods text='xxxxxxxxxxx';
proc report..........
ods text='yyyyyyyyyyy';
proc report..........
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!
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.