<?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: proc contents more space for Variable column in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/448009#M112628</link>
    <description>&lt;P&gt;Works fine for me.&lt;/P&gt;
&lt;P&gt;What code do you use?&lt;/P&gt;
&lt;P&gt;What ODS destination?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19395iFB2CBA0C9C5DBB60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 23:57:16 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-03-22T23:57:16Z</dc:date>
    <item>
      <title>proc contents more space for Variable column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/447988#M112623</link>
      <description>&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;How do I set the number of columns in the Variable column so my variable names are not split into 2 lines like they are in example 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----Variables Ordered by Position-----&lt;BR /&gt;&amp;nbsp; # Variable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type Len Format&amp;nbsp;&amp;nbsp;&amp;nbsp; Label&lt;BR /&gt;---------------------------------------------------------&lt;BR /&gt;174 prepare_food_other&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; majority&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example 2 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----Variables Ordered by Position-----&lt;BR /&gt;&amp;nbsp; # Variable&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type Len Format&amp;nbsp;&amp;nbsp;&amp;nbsp; Label&lt;BR /&gt;---------------------------------------------------------&lt;BR /&gt;174 prepare_food_&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Num&amp;nbsp;&amp;nbsp;&amp;nbsp; 8 YN22FMT.&amp;nbsp; majority&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; other&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 22:21:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/447988#M112623</guid>
      <dc:creator>mnflower</dc:creator>
      <dc:date>2018-03-22T22:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc contents more space for Variable column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/447995#M112626</link>
      <description>&lt;P&gt;Are you talking about the default table produced by Proc Contents? If you really want to control the appearance of output the easiest way would be to send the output to a data set and then use Proc Print with all the controls available there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc Contents data=sashelp.class out=work.classcontents;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc print data=work.classcontents;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise the approach would be to modify the template that Proc Contents uses to display results.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 23:01:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/447995#M112626</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-22T23:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc contents more space for Variable column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/448009#M112628</link>
      <description>&lt;P&gt;Works fine for me.&lt;/P&gt;
&lt;P&gt;What code do you use?&lt;/P&gt;
&lt;P&gt;What ODS destination?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/19395iFB2CBA0C9C5DBB60/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 23:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/448009#M112628</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-03-22T23:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc contents more space for Variable column</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/448022#M112635</link>
      <description>Your output looks like listing, so try changing the line size. &lt;BR /&gt;&lt;BR /&gt;options linesize=max;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n1e2w0wxgq9vn3n1h1rig464zebu.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/hostwin/69955/HTML/default/viewer.htm#n1e2w0wxgq9vn3n1h1rig464zebu.htm&lt;/A&gt;</description>
      <pubDate>Fri, 23 Mar 2018 01:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-contents-more-space-for-Variable-column/m-p/448022#M112635</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-03-23T01:24:02Z</dc:date>
    </item>
  </channel>
</rss>

