BookmarkSubscribeRSS Feed
Koji
Calcite | Level 5
Hello,

I would like to print out title in the header section using tagsets.rtf

It can be done by using ods rtf with nobodytitle like as follows:

ods rtf file='sample.rtf' nobodytitle
, but titles are printed in body section by using ods tagsets.rtf

Please help me!
2 REPLIES 2
wayne_sas
SAS Employee
There is an alternate tagset that inherits from tagsets.rtf.

ods tagsets.rtf_sample ...

will put the titles and footers in the header/footer rtf controls.

rtf_sample inherits from tagsets.rtf. It was intended to show how a tagset could be modified at a user site. In 9.2, it was shipped as a sample and was never marked production.
Koji
Calcite | Level 5
Thanks a lot!

I could get the expected result using tagsets.rtf_sample instead of tagsets.rtf.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 2 replies
  • 1289 views
  • 0 likes
  • 2 in conversation