BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi

I am using the following code to display a title line before PROC REPORT output to generate easily a TOC in the final WORD document consisting of individual RTF files

ods path config.odsstyle sashelp.tmplmst ;
ods rtf file="c:\temp\temp.rtf" style=tlgnew wordstyle='(\s1 THeading 1;)';
ods escapechar='\';
title1 j=l "something"; /* appears in header of RTF file*/
title2 j=l "something else ";
ods rtf prepage ='\R/RTF"\s1 "Table 2.1 Titel of table';
proc report .......



Before the report output I would like to have additional lines after "Table 2.1 ..." which should not appear in the TOC.

I would appreciate any idea pointing me to a solution of my problem or any other suggestion.

Ustat
1 REPLY 1
Cynthia_sas
SAS Super FREQ
Hi:
WORDSTYLE and PREPAGE are listed here:
http://support.sas.com/rnd/base/topics/odsrtf/rtf901.html
as "preproduction" features of SAS 9.1.3 -- so your best bet for help (especially since it looks like you've also got a custom template for the output) would be to contact Tech Support.

cynthia

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1 reply
  • 760 views
  • 0 likes
  • 2 in conversation