<?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: Any fast way to show the width of the variables in column format? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14863#M2515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The list statement might provide what you are looking for.&amp;nbsp; E.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; list;&lt;/P&gt;&lt;P&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P&gt;&amp;nbsp; cards;&lt;/P&gt;&lt;P&gt;1234567890abcdefgh&lt;/P&gt;&lt;P&gt;xxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will produce something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RULE:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----+----1----+----2----+----3----+----4----+----5----+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1234567890abcdefgh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOTE: The data set WORK.TEST has 0 observations and 0 variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2011 20:53:48 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2011-12-14T20:53:48Z</dc:date>
    <item>
      <title>Any fast way to show the width of the variables in column format?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14862#M2514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to apply column input in DATA step.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: blue; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;eg&lt;/SPAN&gt;)&amp;nbsp; INPUT&lt;/SPAN&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt; Name $ &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;1&lt;/STRONG&gt;&lt;SPAN style="background-color: white; font-family: 'Courier New'; color: black; font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; background-color: white; font-family: 'Courier New';"&gt;7&lt;/STRONG&gt; ;&lt;/P&gt;&lt;P&gt;and I'm sick of counting letters and spaces to determine when column starts and finishes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a simple editor that shows 'rulers' at the top?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14862#M2514</guid>
      <dc:creator>VX_Xc</dc:creator>
      <dc:date>2011-12-14T20:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Any fast way to show the width of the variables in column format?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14863#M2515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The list statement might provide what you are looking for.&amp;nbsp; E.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input;&lt;/P&gt;&lt;P&gt;&amp;nbsp; list;&lt;/P&gt;&lt;P&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P&gt;&amp;nbsp; cards;&lt;/P&gt;&lt;P&gt;1234567890abcdefgh&lt;/P&gt;&lt;P&gt;xxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will produce something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RULE:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ----+----1----+----2----+----3----+----4----+----5----+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1234567890abcdefgh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NOTE: The data set WORK.TEST has 0 observations and 0 variables.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:53:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14863#M2515</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-12-14T20:53:48Z</dc:date>
    </item>
    <item>
      <title>Any fast way to show the width of the variables in column format?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14864#M2516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; A good external tool for windows is called V (&lt;A href="http://fileviewer.com/"&gt;http://fileviewer.com/&lt;/A&gt;).&amp;nbsp; It is not free, but's it's cheap and works well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14864#M2516</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2011-12-14T21:06:17Z</dc:date>
    </item>
    <item>
      <title>Any fast way to show the width of the variables in column format?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14865#M2517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And a cheaper way to do the same thing is to use Wordpad rather than Notepad and make courier or new courier the default font.&amp;nbsp; Wordpad has a built-in ruler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14865#M2517</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-12-14T21:33:20Z</dc:date>
    </item>
    <item>
      <title>Any fast way to show the width of the variables in column format?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14866#M2518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; V is pretty neat. Have to get that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:37:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14866#M2518</guid>
      <dc:creator>VX_Xc</dc:creator>
      <dc:date>2011-12-14T21:37:02Z</dc:date>
    </item>
    <item>
      <title>Any fast way to show the width of the variables in column format?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14867#M2519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have SAS/FSP licensed and are using SAS Display Manager then you can use the FSLIST procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the command window: FSLIST 'example.txt'. Once the FSLIST window comes up enter the command COLS ON to get a ruler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 00:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14867#M2519</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2011-12-15T00:04:45Z</dc:date>
    </item>
    <item>
      <title>Any fast way to show the width of the variables in column format?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14868#M2520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using SAS/EG ,then at Import Wizard , you will see this ability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 04:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Any-fast-way-to-show-the-width-of-the-variables-in-column-format/m-p/14868#M2520</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-12-15T04:46:30Z</dc:date>
    </item>
  </channel>
</rss>

