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?

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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