BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
kksss
Calcite | Level 5

Hi, 

I just wanna do one simply thing, write and print a cover page explaining what my outputs are. 

I don't wanna do it in word because I wanna make it as automated as possibly. 

 

Title or foornote option only gives me one line at a time. 

 

Is there anything in SAS can let me print like a word processor more or less?

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

ODS TEXT= Can do some of that.

 

Or put the text in a data set and use a custom template for your first page to display it the way you want.

View solution in original post

3 REPLIES 3
Reeza
Super User

ODS TEXT= Can do some of that.

 

Or put the text in a data set and use a custom template for your first page to display it the way you want.

ballardw
Super User

If you direct your output to ODS RTF or tagsets.RTF you can include a number of formatting and appearnce options.

 

And to add to your knowledge base: Title and Footnote have upto 9 lines each. Just use Title2 "text"; to Title9"more title subtext";

for each level. Depending on your current active style you'll even get different appearance for some levels of the title text (or add your own directives).

Footnote is similar.

Cynthia_sas
Diamond | Level 26
HI: Title1-Title10 and Footnote1-Footnote10 is the same as title-title10 and footnote-footnote10.

cynthia

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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
  • 2037 views
  • 0 likes
  • 4 in conversation