<?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 Proc Contents output length in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-Contents-output-length/m-p/617518#M19080</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building a data dictionary by SAS with proc contents statement. However, some variable name are extremely long, exceeded 50-100 characters with special symbols. The outcome of proc content has a limited length of 32. How do I extend the output column length?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Welkin&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 16:57:03 GMT</pubDate>
    <dc:creator>YKU</dc:creator>
    <dc:date>2020-01-15T16:57:03Z</dc:date>
    <item>
      <title>Proc Contents output length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Contents-output-length/m-p/617518#M19080</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am building a data dictionary by SAS with proc contents statement. However, some variable name are extremely long, exceeded 50-100 characters with special symbols. The outcome of proc content has a limited length of 32. How do I extend the output column length?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Welkin&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 16:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Contents-output-length/m-p/617518#M19080</guid>
      <dc:creator>YKU</dc:creator>
      <dc:date>2020-01-15T16:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents output length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Contents-output-length/m-p/617521#M19081</link>
      <description>Variable names are restricted to 32 characters, you cannot have variable names longer than that. You may have variable labels that are longer?&lt;BR /&gt;&lt;BR /&gt;Either way, all of this data can be queried from sashelp.vcolumn data set instead of PROC CONTENTS.</description>
      <pubDate>Wed, 15 Jan 2020 17:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Contents-output-length/m-p/617521#M19081</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-15T17:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Contents output length</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Contents-output-length/m-p/617532#M19082</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/304659"&gt;@YKU&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am building a data dictionary by SAS with proc contents statement. However, some variable name are extremely long, exceeded 50-100 characters with special symbols. The outcome of proc content has a limited length of 32. How do I extend the output column length?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Welkin&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;There is something wrong with the way you are describing your problem.&amp;nbsp; If you are running PROC CONTENTS on existing SAS datasets then the names of the variables (NAME) or dataset (MEMNAME) cannot exceed 32 bytes.&amp;nbsp; The LABEL (and MEMLABEL) attached to them can be up to 255 bytes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you mean you want to use SAS to query metadata about objects in some external database?&amp;nbsp; In that case you will need to find out what commands that database supports for getting that information out and what format it produces.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 17:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Contents-output-length/m-p/617532#M19082</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-01-15T17:32:52Z</dc:date>
    </item>
  </channel>
</rss>

