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