<?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 how to fix line boraders in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501049#M133544</link>
    <description>&lt;P&gt;proc printto print='D:\pha\ex1.log';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;OPTIONS FORMCHAR='I----l+l---+=I-/\&amp;lt;&amp;gt;*' ;&lt;BR /&gt;proc freq data=sashelp.class ;&lt;BR /&gt;run;&lt;BR /&gt;proc printto;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i run this program it gives worng line boraders how to fix that boarders&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Oct 2018 08:57:36 GMT</pubDate>
    <dc:creator>thanikondharish</dc:creator>
    <dc:date>2018-10-03T08:57:36Z</dc:date>
    <item>
      <title>how to fix line boraders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501049#M133544</link>
      <description>&lt;P&gt;proc printto print='D:\pha\ex1.log';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;OPTIONS FORMCHAR='I----l+l---+=I-/\&amp;lt;&amp;gt;*' ;&lt;BR /&gt;proc freq data=sashelp.class ;&lt;BR /&gt;run;&lt;BR /&gt;proc printto;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i run this program it gives worng line boraders how to fix that boarders&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 08:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501049#M133544</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2018-10-03T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix line boraders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501051#M133546</link>
      <description>&lt;P&gt;How is it coming along with marking your previous posts as answered?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look at styles:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_odsgraph_sect016.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_odsgraph_sect016.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And particularly borders:&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#n19a4b40swc766n18qczor47r08f.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/65308/HTML/default/viewer.htm#n19a4b40swc766n18qczor47r08f.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 09:04:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501051#M133546</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-03T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix line boraders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501052#M133547</link>
      <description>&lt;P&gt;Looks OK to me:&lt;/P&gt;
&lt;PRE&gt;                                                         The FREQ Procedure

                                                                        Cumulative    Cumulative
                                    Name       Frequency     Percent     Frequency      Percent
                                    ------------------------------------------------------------
                                    Alfred            1        5.26             1         5.26  
                                    Alice             1        5.26             2        10.53  
                                    Barbara           1        5.26             3        15.79  
                                    Carol             1        5.26             4        21.05  
                                    Henry             1        5.26             5        26.32  
                                    James             1        5.26             6        31.58  
                                    Jane              1        5.26             7        36.84  
                                    Janet             1        5.26             8        42.11  
                                    Jeffrey           1        5.26             9        47.37  
                                    John              1        5.26            10        52.63  
                                    Joyce             1        5.26            11        57.89  
                                    Judy              1        5.26            12        63.16  
                                    Louise            1        5.26            13        68.42  
                                    Mary              1        5.26            14        73.68  
                                    Philip            1        5.26            15        78.95  
                                    Robert            1        5.26            16        84.21  
                                    Ronald            1        5.26            17        89.47  
                                    Thomas            1        5.26            18        94.74  
                                    William           1        5.26            19       100.00  


                                                                      Cumulative    Cumulative
                                      Sex    Frequency     Percent     Frequency      Percent
                                      --------------------------------------------------------
                                      F             9       47.37             9        47.37  
                                      M            10       52.63            19       100.00  


                                                                      Cumulative    Cumulative
                                      Age    Frequency     Percent     Frequency      Percent
                                      --------------------------------------------------------
                                       11           2       10.53             2        10.53  
                                       12           5       26.32             7        36.84  
                                       13           3       15.79            10        52.63  
                                       14           4       21.05            14        73.68  
                                       15           4       21.05            18        94.74  
                                       16           1        5.26            19       100.00   

                                                         The FREQ Procedure

                                                                       Cumulative    Cumulative
                                    Height    Frequency     Percent     Frequency      Percent
                                    -----------------------------------------------------------
                                      51.3           1        5.26             1         5.26  
                                      56.3           1        5.26             2        10.53  
                                      56.5           1        5.26             3        15.79  
                                      57.3           1        5.26             4        21.05  
                                      57.5           1        5.26             5        26.32  
                                        59           1        5.26             6        31.58  
                                      59.8           1        5.26             7        36.84  
                                      62.5           2       10.53             9        47.37  
                                      62.8           1        5.26            10        52.63  
                                      63.5           1        5.26            11        57.89  
                                      64.3           1        5.26            12        63.16  
                                      64.8           1        5.26            13        68.42  
                                      65.3           1        5.26            14        73.68  
                                      66.5           2       10.53            16        84.21  
                                        67           1        5.26            17        89.47  
                                        69           1        5.26            18        94.74  
                                        72           1        5.26            19       100.00  


                                                                       Cumulative    Cumulative
                                    Weight    Frequency     Percent     Frequency      Percent
                                    -----------------------------------------------------------
                                      50.5           1        5.26             1         5.26  
                                        77           1        5.26             2        10.53  
                                        83           1        5.26             3        15.79  
                                        84           2       10.53             5        26.32  
                                      84.5           1        5.26             6        31.58  
                                        85           1        5.26             7        36.84  
                                        90           1        5.26             8        42.11  
                                        98           1        5.26             9        47.37  
                                      99.5           1        5.26            10        52.63  
                                     102.5           2       10.53            12        63.16  
                                       112           2       10.53            14        73.68  
                                     112.5           2       10.53            16        84.21  
                                       128           1        5.26            17        89.47  
                                       133           1        5.26            18        94.74  
                                       150           1        5.26            19       100.00  
&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Oct 2018 09:07:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501052#M133547</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-03T09:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to fix line boraders</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501198#M133605</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/209685"&gt;@thanikondharish&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;proc printto print='D:\pha\ex1.log';&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;OPTIONS FORMCHAR='I----l+l---+=I-/\&amp;lt;&amp;gt;*' ;&lt;BR /&gt;proc freq data=sashelp.class ;&lt;BR /&gt;run;&lt;BR /&gt;proc printto;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when i run this program it gives worng line boraders how to fix that boarders&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You don't describe what "wrong" looks like but I going to guess that you get something with very odd characters.&lt;/P&gt;
&lt;P&gt;The "problem" is the font used to look at the result. Those characters in&amp;nbsp;FORMCHAR are high order ASCII, with values above 127 and there is no standard for what those represent. So if you look at the result in a program that uses a different font you can get different appearance. Change fonts or change formchar.&lt;/P&gt;
&lt;P&gt;That is one of the reasons SAS spent a lot of time developing ODS output so that such appearance issues are not critical.&lt;/P&gt;
&lt;P&gt;From my SASV9.cfg&lt;/P&gt;
&lt;PRE&gt;/* This is the ANSI character set (for SAS Monospace font and ANSI Sasfont) */
-FORMCHAR '82838485868788898A8B8C2B3D7C2D2F5C3C3E2A'x&lt;/PRE&gt;
&lt;P&gt;note that this explicitly states which fonts the characters will work with (and draws much nicer boxes that the characters you are using &lt;STRONG&gt;when I use SASFONT of SAS Monospace&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would suggest learning to use ODS destinations OR specifying a FORMCHAR option that works with the FONT you are going to use.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Oct 2018 16:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-fix-line-boraders/m-p/501198#M133605</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-03T16:09:24Z</dc:date>
    </item>
  </channel>
</rss>

