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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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