BookmarkSubscribeRSS Feed
nirali514
Obsidian | Level 7

If I have the following ods text and proc report. How do I link the text "Table 1" and the "Table 1" of the proc report title? I have bolded both "Table 1" text that I would like linked in rtf below.

 

ods text= "^S={font_face = 'Times New Roman' just=l fontweight=bold fontsize=12pt color=black}Table 1 represents the school pupulation";

 

title1 font = 'Times New Roman' height = 11pt justify = center underlin = 0 color = blue bcolor = white 'Table 1';

proc report data = datain nowindows headline headskip missing center split = '*'

 

style(header) = {font_weight = light font_face = 'Times New Roman' font_size = 11pt just = center cellheight=.22in}

 

style(column) = {font_face = 'Times New Roman' font_size = 11pt just = center /*asis = on*/ cellheight=.22in};

column obs value gender

 

 

 

 

 

1 REPLY 1
nirali514
Obsidian | Level 7

Any ideas for rtf output?

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 1 reply
  • 1011 views
  • 0 likes
  • 1 in conversation