BookmarkSubscribeRSS Feed
nirali514
Obsidian | Level 7

I would like for the text to wrap under the word purpose. Does anyone have any ideas? Thanks in advance!

 

text.JPG

 

Here's my code:

 

ods text= "^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black textdecoration=underline}Project 1^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black}: A comprehensive list can be found in^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=blue} Attachment II^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black}. The following includes the analyses. ";

 

 

ods text= "^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black indent=.25in}1. ^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black textdecoration=underline}Purpose^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black}: The details are provided in ^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=blue}Table 3^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black} and displayed in ^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=blue}Figure 1^S={font_face = 'Times New Roman' just=j fontweight=light fontsize=12pt color=black}. These results show that it is significant. More text, more next, more next, more next, more next, more next, more next, more next, more next, more next, more next, more next, more next, more next,more next, more text. I would like for this whole paragraph to be indented and aligned to the word PURPOSE.";

 

3 REPLIES 3
ballardw
Super User

You might want to try adding Leftmargin= and Rightmargin= options to the beginning of each paragraph.

 

I've had better luck with controlling output text by using ODS RTF TEXT instead of just ODS TEXT on occasion. It seems like ODS TEXT goes through some sort of generic text processor and will result in different appearance when using somewhat destination specific options.

Cynthia_sas
SAS Super FREQ

Hi:

  I was able to produce this using ODS RTF TEXT and by splitting your Purpose paragraph into 2 chunks, as shown below:

use_ODS_TEXT.png

 

I know it is a bit tiny, in the screen shot, but I achieved the wrapping you want by taking the first couple of sentences that would fit on 1 line and gave them a leftmargin=.25in. Then I took the rest of the text on a new ODS RTF TEXT statement and gave it a leftmargin=.4in, as shown above.

 

Cynthia

nirali514
Obsidian | Level 7

Thank you Cynthia!

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!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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