<?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: Insert a snippet of HTML code to modify SAS output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812959#M320777</link>
    <description>Hi:&lt;BR /&gt;  ODS LAYOUT and ODS REGION can be used with more than just PROC PRINT. I don't exactly understand what you mean by refer to the table. ODS LAYOUT and ODS REGION define areas in the output where the procedure will place the table. So in a sense, think of it like control statements. ODS LAYOUT and ODS REGION get specified first, to define an area in the output. Next, you have a procedure that's going to produce a table or graph and the destination will put the table or graph into the defined area. So the ODS LAYOUT and ODS REGION are controlling statements. If you want 2 areas, side by side, you'd define 1 row and 2 columns. If you want 2 areas side by side with 1 area underneath, then you'd define 2 rows, with 2 columns in the 1st row and 1 column in the 2nd row. In this case, you're not defining table rows, you're dividing the output area into areas or regions that will contain your procedure output.&lt;BR /&gt;  Take a look at the papers, I think it will make more sense then.&lt;BR /&gt;Cynthia&lt;BR /&gt;&lt;BR /&gt;   Here are some user group papers with examples: &lt;A href="https://support.sas.com/resources/papers/proceedings10/216-2010.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings10/216-2010.pdf&lt;/A&gt; and &lt;A href="https://www.lexjansen.com/phuse/2019/dv/DV03.pdf" target="_blank"&gt;https://www.lexjansen.com/phuse/2019/dv/DV03.pdf&lt;/A&gt; and &lt;A href="https://support.sas.com/resources/papers/proceedings15/SAS1836-2015.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings15/SAS1836-2015.pdf&lt;/A&gt;.</description>
    <pubDate>Thu, 12 May 2022 13:36:51 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2022-05-12T13:36:51Z</dc:date>
    <item>
      <title>Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812672#M320650</link>
      <description>&lt;P&gt;So I am currently trying to modify the position of my PROC LIFETEST output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to generate an HTML output, did inspect element and move the tables around as I needed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, is there a way for me to code it into SAS to make sure the changes are permanent?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 14:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812672#M320650</guid>
      <dc:creator>sam_sas2</dc:creator>
      <dc:date>2022-05-11T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812676#M320651</link>
      <description>&lt;P&gt;Show us the "before" and "after" output so we can see what you are talking about. Please use the "Insert Photos" icon to include screen captures in your reply.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 14:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812676#M320651</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-11T14:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812685#M320654</link>
      <description>&lt;P&gt;Usually easier to modify the style templates or create a custom template.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 15:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812685#M320654</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-05-11T15:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812723#M320674</link>
      <description>&lt;P&gt;Hey, thanks for replying!&lt;BR /&gt;&lt;BR /&gt;Before:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sam_sas2_0-1652288553783.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71331i202C7F13D950E0E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sam_sas2_0-1652288553783.png" alt="sam_sas2_0-1652288553783.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sam_sas2_1-1652288563269.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71332iFEE5BDEB43832010/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sam_sas2_1-1652288563269.png" alt="sam_sas2_1-1652288563269.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 17:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812723#M320674</guid>
      <dc:creator>sam_sas2</dc:creator>
      <dc:date>2022-05-11T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812725#M320676</link>
      <description>&lt;P&gt;I couldn't find a good resource where template was used to modify existing PROC output layouts. I did find on updating the content and color but not the position!&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 17:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812725#M320676</guid>
      <dc:creator>sam_sas2</dc:creator>
      <dc:date>2022-05-11T17:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812729#M320679</link>
      <description>Hi:&lt;BR /&gt;  If you want to put the tables side-by-side with the graph, then you'll need to write your own ODS LAYOUT and ODS REGION statements to do that.&lt;BR /&gt;Cynthia</description>
      <pubDate>Wed, 11 May 2022 17:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812729#M320679</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-05-11T17:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812756#M320695</link>
      <description>Hi Cynthia! &lt;BR /&gt;&lt;BR /&gt;Thanks for the response! &lt;BR /&gt;Could you tell me how to refer the table in an ODS layout statement? I’m only aware of using the ods layout statement with a proc prints! &lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2022 18:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812756#M320695</guid>
      <dc:creator>sam_sas2</dc:creator>
      <dc:date>2022-05-11T18:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Insert a snippet of HTML code to modify SAS output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812959#M320777</link>
      <description>Hi:&lt;BR /&gt;  ODS LAYOUT and ODS REGION can be used with more than just PROC PRINT. I don't exactly understand what you mean by refer to the table. ODS LAYOUT and ODS REGION define areas in the output where the procedure will place the table. So in a sense, think of it like control statements. ODS LAYOUT and ODS REGION get specified first, to define an area in the output. Next, you have a procedure that's going to produce a table or graph and the destination will put the table or graph into the defined area. So the ODS LAYOUT and ODS REGION are controlling statements. If you want 2 areas, side by side, you'd define 1 row and 2 columns. If you want 2 areas side by side with 1 area underneath, then you'd define 2 rows, with 2 columns in the 1st row and 1 column in the 2nd row. In this case, you're not defining table rows, you're dividing the output area into areas or regions that will contain your procedure output.&lt;BR /&gt;  Take a look at the papers, I think it will make more sense then.&lt;BR /&gt;Cynthia&lt;BR /&gt;&lt;BR /&gt;   Here are some user group papers with examples: &lt;A href="https://support.sas.com/resources/papers/proceedings10/216-2010.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings10/216-2010.pdf&lt;/A&gt; and &lt;A href="https://www.lexjansen.com/phuse/2019/dv/DV03.pdf" target="_blank"&gt;https://www.lexjansen.com/phuse/2019/dv/DV03.pdf&lt;/A&gt; and &lt;A href="https://support.sas.com/resources/papers/proceedings15/SAS1836-2015.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings15/SAS1836-2015.pdf&lt;/A&gt;.</description>
      <pubDate>Thu, 12 May 2022 13:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insert-a-snippet-of-HTML-code-to-modify-SAS-output/m-p/812959#M320777</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2022-05-12T13:36:51Z</dc:date>
    </item>
  </channel>
</rss>

