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.

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