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