<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hello experts, I have a difficult problem regarding my graduate thesis! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871334#M344185</link>
    <description>&lt;P&gt;Example data provided as data step code and rules may get a more targeted solution.&lt;/P&gt;
&lt;P&gt;You do not mention at all how your output was created. The report procedures Proc Tabulate and Report have lots of controls of appearance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basic appearance of a documented created with ODS RTF will default to using the Styles.RTF which sets fonts and such things as the shading in the column and row headers. Different ODS style options change general appearance as an option on your ODS destination statement.&lt;/P&gt;
&lt;PRE&gt;ods rtf file="&amp;lt;path&amp;gt;\myfile.rtf"  style=&amp;lt;style of choice&amp;gt;;&lt;/PRE&gt;
&lt;P&gt;Then it is usually easier to set overrides in a reporting procedure such as Tabulate, Report or Print overriding default behavior if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some ODS destinations default to a specific style, such as RTF, some do not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most of the analysis procedures do not provide many options to control output. When you need a specific appearance of the results then create one or more output data sets from the procedure and then use one of the reporting procedures to create the appearance needed. Sometimes you need to modify the results of the analysis procedure output to make a pretty report.&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2023 17:41:02 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-04-22T17:41:02Z</dc:date>
    <item>
      <title>Hello experts, I have a difficult problem regarding my graduate thesis!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871325#M344178</link>
      <description>&lt;P&gt;Hello experts, about my graduate thesis, my school requires this kind of opening statistical table, but the output in the RTF file is this gray table, I don't want to modify one by one in the WORD document, I know that there is a proc template process step to modify the output table form, but I don't know how to output in the RTF file, how can this be solved in SAS code?&lt;/P&gt;
&lt;P&gt;/*THIS TEMPLATE IS MY SCHOOL ORDER ME*/&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2023-04-23 000020.png" style="width: 623px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83041iFC41E6E2E7D63799/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2023-04-23 000020.png" alt="屏幕截图 2023-04-23 000020.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;/*THIS TEMPLATE OF SAS ,WHAT SHOULD I CHAGE TEMPLATE JUST LIKE MY SCHOOL ORDER TEMPLATE */&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2023-04-23 000224.png" style="width: 582px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83042i62C2BEE5D0975718/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2023-04-23 000224.png" alt="屏幕截图 2023-04-23 000224.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 16:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871325#M344178</guid>
      <dc:creator>_Sas_Beginner_</dc:creator>
      <dc:date>2023-04-22T16:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hello experts, I have a difficult problem regarding my graduate thesis!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871328#M344180</link>
      <description>&lt;P&gt;I think the SasDocPrinterStyle is the one that is most similar. You can build a template from scratch to make it look the exact same, but this gets you to something similar. You can see the pre-defined styles &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsproc/p14qidvs5xf7omn14ommvsuhvmzn.htm" target="_self"&gt;here.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maguiremq_0-1682180511091.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/83043i6581748FC0816C62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maguiremq_0-1682180511091.png" alt="maguiremq_0-1682180511091.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now, if you want to get a summary line like that, you can use PROC REPORT to do it. I'm not sure what you've done so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, for code, you need to do something similar like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods rtf file = "your-path-here.rtf" style = SasDocPrinter;
proc print data = sashelp.class;
run;
ods rtf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 22 Apr 2023 16:32:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871328#M344180</guid>
      <dc:creator>maguiremq</dc:creator>
      <dc:date>2023-04-22T16:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hello experts, I have a difficult problem regarding my graduate thesis!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871334#M344185</link>
      <description>&lt;P&gt;Example data provided as data step code and rules may get a more targeted solution.&lt;/P&gt;
&lt;P&gt;You do not mention at all how your output was created. The report procedures Proc Tabulate and Report have lots of controls of appearance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basic appearance of a documented created with ODS RTF will default to using the Styles.RTF which sets fonts and such things as the shading in the column and row headers. Different ODS style options change general appearance as an option on your ODS destination statement.&lt;/P&gt;
&lt;PRE&gt;ods rtf file="&amp;lt;path&amp;gt;\myfile.rtf"  style=&amp;lt;style of choice&amp;gt;;&lt;/PRE&gt;
&lt;P&gt;Then it is usually easier to set overrides in a reporting procedure such as Tabulate, Report or Print overriding default behavior if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some ODS destinations default to a specific style, such as RTF, some do not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most of the analysis procedures do not provide many options to control output. When you need a specific appearance of the results then create one or more output data sets from the procedure and then use one of the reporting procedures to create the appearance needed. Sometimes you need to modify the results of the analysis procedure output to make a pretty report.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2023 17:41:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871334#M344185</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-04-22T17:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hello experts, I have a difficult problem regarding my graduate thesis!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871336#M344187</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/434736"&gt;@_Sas_Beginner_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at these papers, they provide information about the ODS Report Writer Object&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings12/071-2012.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://support.sas.com/resources/papers/proceedings12/071-2012.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://www.lexjansen.com/sesug/2016/RV-235_Final_PDF.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.lexjansen.com/sesug/2016/RV-235_Final_PDF.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings16/2240-2016.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://support.sas.com/resources/papers/proceedings16/2240-2016.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sat, 22 Apr 2023 17:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871336#M344187</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-04-22T17:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hello experts, I have a difficult problem regarding my graduate thesis!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871364#M344207</link>
      <description>&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;Thanks for your reply,I had solved this question, but only a top answer! I m sorry !!</description>
      <pubDate>Sun, 23 Apr 2023 01:34:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Hello-experts-I-have-a-difficult-problem-regarding-my-graduate/m-p/871364#M344207</guid>
      <dc:creator>_Sas_Beginner_</dc:creator>
      <dc:date>2023-04-23T01:34:26Z</dc:date>
    </item>
  </channel>
</rss>

