<?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: My question about proc report with style=journal in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901164#M44674</link>
    <description>&lt;P&gt;I figured out by adding "style(header)={font_style=roman} " in the proc report... Thank you anyway! Best, John&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2023 22:03:00 GMT</pubDate>
    <dc:creator>SAS_John</dc:creator>
    <dc:date>2023-11-01T22:03:00Z</dc:date>
    <item>
      <title>My question about proc report with style=journal</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901094#M44664</link>
      <description>&lt;P&gt;Hi, There:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me on the proc report with style=journal? I want to change the italic font in the column headers into regular font as shown in the following picture. Many thanks! John&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS_John_0-1698854830504.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89313iEA0A16197AF0F4BC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SAS_John_0-1698854830504.png" alt="SAS_John_0-1698854830504.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901094#M44664</guid>
      <dc:creator>SAS_John</dc:creator>
      <dc:date>2023-11-01T16:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: My question about proc report with style=journal</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901097#M44665</link>
      <description>&lt;P&gt;I would start with the other SAS supplied versions of the Journal style. In my install I see Journal, Journal1A, Journal2, Journal2A, Journal3 and Journal3A. The A versions seem not to have italics in the same places.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should include examples of the code used because we do not know what overrides you may have already used that may conflict with any suggestions we make.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:19:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901097#M44665</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-11-01T16:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: My question about proc report with style=journal</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901104#M44666</link>
      <description>&lt;P&gt;Thanks, Baallardw. I will give&amp;nbsp;&lt;SPAN&gt;Journal1A version a try and will keep you posted. Best John&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:34:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901104#M44666</guid>
      <dc:creator>SAS_John</dc:creator>
      <dc:date>2023-11-01T16:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: My question about proc report with style=journal</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901110#M44667</link>
      <description>&lt;P&gt;Hi, Ballardw:&lt;/P&gt;&lt;P&gt;Here are the codes for my proc report as the following.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;***RTF output**;&lt;BR /&gt;options nodate nonumber;&lt;BR /&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods rtf file= "C:\global\CFT7455\CFT7455-1101\tfl\T14.1.1-Disp.rtf" style=Journal3a;&lt;BR /&gt;ods escapechar='^';&lt;/P&gt;&lt;P&gt;title3 font="Courier New" height=9.5pt j=c "Subject Dispositions";&lt;/P&gt;&lt;P&gt;footnote1 font="Courier New" height=9.5pt j=l "C:\global\CFT7455\CFT7455-1101\sas_program\tfl\T14.1.1-Disp.sas" j=r "Run Date/Time: &amp;amp;date. &amp;amp;time." ;&lt;/P&gt;&lt;P&gt;proc report data=final nofs ls=256 style(Report)={width=100%} missing split='~' ;&lt;BR /&gt;column ord term ("ARM B1~ R/R MM SINGLE AGENT~ ^R/RTF'\brdrb\brdrs\li100\ri100'" col3 col4 col5 col6 col7 col8 ) ;&lt;BR /&gt;define ord / order order=internal noprint;&lt;BR /&gt;define term / " " style(header)= [just = l asis = on] style(column)=[just = l asis = on];&lt;/P&gt;&lt;P&gt;define col3 /display "ARM B1 Cohort 1~ 25 ug MWF 14/14 ~ (N=%cmpres(&amp;amp;trt3.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col4 /display "ARM B1 Cohort 2~ 50 ug MWF 14/14 ~ (N=%cmpres(&amp;amp;trt4.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col5 /display "ARM B1 Cohort 3~ 75 ug MWF 14/14 ~ (N=%cmpres(&amp;amp;trt5.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col6 /display "ARM B1 Cohort 4~ 50 ug QD 14/14 ~ (N=%cmpres(&amp;amp;trt6.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col7 /display "ARM B1 Cohort 5~ 75 ug QD 14/14 ~ (N=%cmpres(&amp;amp;trt7.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col8 /display "ARM B1 Total ~ (N=%cmpres(&amp;amp;trt8.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc report data=final nofs ls=256 style(Report)={width=100%} missing split='~' ;&lt;BR /&gt;column ord term ("ARM A~ R/R MM SINGLE AGENT~ ^R/RTF'\brdrb\brdrs\li100\ri100'" col1)&lt;BR /&gt;("ARM B2~ R/R MM COMBINATION TREATMENT with DEX~ ^R/RTF'\brdrb\brdrs\li100\ri100'" col9 col10 col11) col12;&lt;BR /&gt;define ord / order order=internal noprint;&lt;BR /&gt;define term / " " style(header)= [just = l asis = on] style(column)=[just = l asis = on];&lt;BR /&gt;define col1 /display "Cohort1~ 25/50 ug QD 21/7 ~ (N=%cmpres(&amp;amp;trt1.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col9 /display "ARM B2 Cohort 1~ 50 ug MWF 14/14 +Dex ~ (N=%cmpres(&amp;amp;trt9.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col10 /display "ARM B2 Cohort 2~ 37.5 ug QD 14/14 +DEX ~ (N=%cmpres(&amp;amp;trt10.)) " style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col11 /display "Arm B2 Total~ (N=%cmpres(&amp;amp;trt11.))~ n (%)" style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;define col12 / " Overall Total~ (N=%cmpres(&amp;amp;trt12.))~ n (%)" style(header)= [just = c asis = on] style(column)=[just = c asis = on];&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;title1 "";&lt;BR /&gt;title2 "";&lt;BR /&gt;title3 "";&lt;BR /&gt;footnote1 "";&lt;BR /&gt;&lt;BR /&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901110#M44667</guid>
      <dc:creator>SAS_John</dc:creator>
      <dc:date>2023-11-01T16:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: My question about proc report with style=journal</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901112#M44668</link>
      <description>&lt;P&gt;I have tried A version but the Col headers are Bold with a large font, which is not what I want. Could you suggest other solutions? Thanks, John&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 16:47:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901112#M44668</guid>
      <dc:creator>SAS_John</dc:creator>
      <dc:date>2023-11-01T16:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: My question about proc report with style=journal</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901164#M44674</link>
      <description>&lt;P&gt;I figured out by adding "style(header)={font_style=roman} " in the proc report... Thank you anyway! Best, John&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 22:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/My-question-about-proc-report-with-style-journal/m-p/901164#M44674</guid>
      <dc:creator>SAS_John</dc:creator>
      <dc:date>2023-11-01T22:03:00Z</dc:date>
    </item>
  </channel>
</rss>

