BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Dear all,
any way to set separated rtf files together?

need your answer,
thanks!
2 REPLIES 2
Cynthia_sas
SAS Super FREQ
You cannot append RTF files together with ODS, as described in this Tech Support FAQ:
http://support.sas.com/faq/040/FAQ04002.html

I would either create them this way:[pre]
ods rtf file='allparts.rtf';
** code for part1;
** code for part2;
** code for part3;
ods rtf close;
[/pre]
Or create the separate RTF files and join them together in Word. You could probably automate this with a VB script. (bringing them together)

With HTML, you can append a new HTML file to an existing HTML file, but that technique does not work for RTF and PDF. That technique (for HTML) is described here: http://support.sas.com/faq/036/FAQ03610.html

Good luck!
cynthia
Duong
Obsidian | Level 7
Hi Cynthia

You can do this by post-processing your RTF file also.



Duong

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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