<?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: Left aligning part of a footnote and right aligning on the same footnote in Proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949280#M371366</link>
    <description>&lt;P&gt;Tom, if in your example, pathstring is a string longer than half of the width of the page, it will break at the midway point instead of extending even if there is room for it to extend.&amp;nbsp; See the example in my original post.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 17:27:55 GMT</pubDate>
    <dc:creator>aharris2693</dc:creator>
    <dc:date>2024-10-28T17:27:55Z</dc:date>
    <item>
      <title>Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949259#M371356</link>
      <description>&lt;P&gt;I am trying to output a footnote onto one line with part left aligned and part right aligned.&amp;nbsp; The issue I am having is when the left aligned part is longer than half of the page, it wraps just the left part.&amp;nbsp; Is there anyway to make the left aligned part go past the halfway point on the page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code is here:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;footnote&lt;/SPAN&gt;&lt;SPAN&gt;%eval&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;nfoot&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;j&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;l &lt;/SPAN&gt;&lt;SPAN&gt;"\brdrt\brdrs\brdrw1 \fs12 &amp;amp;pathstring"&lt;/SPAN&gt; &lt;SPAN&gt;j&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;r &lt;/SPAN&gt;&lt;SPAN&gt;"\brdrt\brdrs\brdrw1 \fs16 &amp;amp;pagestring "&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Output looks like this&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aharris2693_0-1730131578485.png" style="width: 954px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101836iDAC62B969132C220/image-dimensions/954x31?v=v2" width="954" height="31" role="button" title="aharris2693_0-1730131578485.png" alt="aharris2693_0-1730131578485.png" /&gt;&lt;/span&gt;&lt;P&gt;I'm not sure what forces that wrap at that positioning and if there is a way to change that.&amp;nbsp; Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Oct 2024 16:07:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949259#M371356</guid>
      <dc:creator>aharris2693</dc:creator>
      <dc:date>2024-10-28T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949262#M371357</link>
      <description>&lt;P&gt;Does is wrap without the raw rtf codes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, there is no way we can test anything like this without an example of all of the ODS destination statement in effect as well as the values of the macro variables.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 16:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949262#M371357</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-10-28T16:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949270#M371359</link>
      <description>&lt;P&gt;Yes, it still wraps this way when I remove the rtf codes.&amp;nbsp; It seems like there are 2 "cells" being created, one for the left and one for the right.&amp;nbsp; I'm a bit unfamiliar with with how titles and footnotes work with proc report and ODS, so if there is anything else I can post that would help, please let me know.&amp;nbsp; ODS options and our style sheet code are below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options&lt;BR /&gt;nodate&lt;BR /&gt;nonumber&lt;BR /&gt;orientation = landscape&lt;BR /&gt;papersize = 'LETTER'&lt;BR /&gt;nobyline&lt;BR /&gt;;&lt;BR /&gt;ods graphics on /&lt;BR /&gt;reset = all&lt;BR /&gt;height = 4.92in&lt;BR /&gt;width =10in&lt;BR /&gt;border = no&lt;BR /&gt;;&lt;BR /&gt;ods listing close;&lt;BR /&gt;ods rtf&lt;BR /&gt;file = ".\_outputs\figures\&amp;amp;outfile..rtf"&lt;BR /&gt;nogtitle&lt;BR /&gt;nogfootnote&amp;nbsp;&lt;BR /&gt;style = epscistyle&lt;BR /&gt;;&lt;BR /&gt;ods&lt;BR /&gt;escapechar = '^'&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Style sheet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc&lt;/SPAN&gt; &lt;SPAN&gt;template&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;define&lt;/SPAN&gt; &lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt; Styles.epscistyle&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;parent &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; styles.rtf&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;style fonts &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'FixedFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'BatchFixedFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;6.7&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'FixedHeadingFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;bold&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'FixedStrongFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;bold&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'FixedEmphasisFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;italic&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'footFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'docFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'headingFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'headingEmphasisFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'EmphasisFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'StrongFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'TitleFont2'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;'TitleFont'&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Courier New"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;8&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;style body from document &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; protectspecialchars &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; off&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; borderspacing &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; cellpadding &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; backgroundcolor &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; _undef_&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; fontsize &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; fontfamily &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"Courier"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; marginleft &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; marginright &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; margintop &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; marginbottom &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;style Header &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; asis &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; borderwidth &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;px&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;style usertext from usertext &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; width &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;100&lt;/SPAN&gt;&lt;SPAN&gt;%&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; protectspecialchars &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; off&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;style table from table &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; borderwidth &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;.75&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; borderspacing &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; cellpadding &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;0.6&lt;/SPAN&gt;&lt;SPAN&gt;pt&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; asis &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; frame &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; above&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; rules &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; groups&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;style Byline from Byline &lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; foreground&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;black&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;end&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;run&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 16:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949270#M371359</guid>
      <dc:creator>aharris2693</dc:creator>
      <dc:date>2024-10-28T16:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949271#M371360</link>
      <description>I should also say that &amp;amp;pathstring is everything on the left and &amp;amp;pagestring is "Page x of x". All of this is resolving fine&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Oct 2024 16:45:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949271#M371360</guid>
      <dc:creator>aharris2693</dc:creator>
      <dc:date>2024-10-28T16:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949275#M371362</link>
      <description>&lt;P&gt;I do not understand what your question is.&amp;nbsp; Are you using a FOOTNOTE statement?&amp;nbsp; Are you using the J=L and J=R options?&lt;BR /&gt;Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 'This is the title';
footnote1 j=l 'pathstring' j=r 'Page X of Y' ;
proc print data=sashelp.class(obs=3);
run;
title; footnote;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tom_0-1730134863341.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/101837iFF8249826A1BA416/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tom_0-1730134863341.png" alt="Tom_0-1730134863341.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;What is it that you want to happen differently?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 17:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949275#M371362</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2024-10-28T17:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949277#M371364</link>
      <description>&lt;P&gt;A brief test makes me think that the issue that Just=R or Just=C creates a "guard space" for the right or center portion of the footnote output so the left part if long enough is not allowed to enter that space.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which may mean that you don't want to have a J=R at all an perhaps insert a number of non-breaking space characters after the "left" text to space the the right text over.&lt;/P&gt;
&lt;P&gt;Which will be load of fun as you are apparently using two different font sizes in the RTF codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option would be two footnotes. Have the Left justified by itself in Footnote1 and&lt;/P&gt;
&lt;P&gt;the right justified by itself in Footnote2.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 17:04:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949277#M371364</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-10-28T17:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949278#M371365</link>
      <description>&lt;P&gt;Thanks for the response.&amp;nbsp; It was originally written the way that you suggest using /tabs between the two.&amp;nbsp; I was hoping to get away from this as it creates problems when directory names are too long.&amp;nbsp; Your thoughts on the reserved space are my thinking of what is going on too.&amp;nbsp; Thanks again for looking into this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 17:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949278#M371365</guid>
      <dc:creator>aharris2693</dc:creator>
      <dc:date>2024-10-28T17:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949280#M371366</link>
      <description>&lt;P&gt;Tom, if in your example, pathstring is a string longer than half of the width of the page, it will break at the midway point instead of extending even if there is room for it to extend.&amp;nbsp; See the example in my original post.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 17:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949280#M371366</guid>
      <dc:creator>aharris2693</dc:creator>
      <dc:date>2024-10-28T17:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Left aligning part of a footnote and right aligning on the same footnote in Proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949544#M371419</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/470777"&gt;@aharris2693&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for the response.&amp;nbsp; It was originally written the way that you suggest using /tabs between the two.&amp;nbsp; I was hoping to get away from this as it creates problems when directory names are too long.&amp;nbsp; Your thoughts on the reserved space are my thinking of what is going on too.&amp;nbsp; Thanks again for looking into this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Did you see the bit about adding a separate footnote for the PAGE information so you don't have a J=R on the same footnote as the long text? And if you are using Options NOCENTER; The other footnote wouldn't need a J=L either.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 22:22:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Left-aligning-part-of-a-footnote-and-right-aligning-on-the-same/m-p/949544#M371419</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-10-30T22:22:46Z</dc:date>
    </item>
  </channel>
</rss>

