BookmarkSubscribeRSS Feed
imcbczm
Obsidian | Level 7

Hi,

 

Does any one know how to embed my SAS code to an ODS output (such as RTF file)? I know there are ways in other software language like R for doing so.

 

Right now I have to copy and paste the SAS program (the codes that generate the report) to the report after I opened the report in a different software.

 

Thanks in advance,

ZChen

3 REPLIES 3
collinelliot
Barite | Level 11

I don't know an easy option, if your code is generated using a macro, you could use the mprint and mfile options to output your macro generated syntax to a temp file, then reread it in and print it to whatever you're output is. 

Tom
Super User Tom
Super User

If you are using SAS/Studio interface you can use the Program Summary menu item to see a combined program/log/output in your browser. You could then save that as a report.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1516 views
  • 5 likes
  • 3 in conversation