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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1 reply
  • 697 views
  • 0 likes
  • 1 in conversation