<?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: Issues with proc content. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889171#M351289</link>
    <description>&lt;P&gt;This worked too; thank you sir.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 11:04:08 GMT</pubDate>
    <dc:creator>PrinceAde</dc:creator>
    <dc:date>2023-08-14T11:04:08Z</dc:date>
    <item>
      <title>Issues with proc content.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889157#M351283</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;Please I need help with proc contents;&lt;/P&gt;&lt;P&gt;I'm trying to view the content of&amp;nbsp; a data set.&lt;/P&gt;&lt;P&gt;proc contents data=want;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;In the output, the heading says&amp;nbsp;Alphabetic List of Variables and Attributes, however, the variables were not arranged alphabetically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;&amp;nbsp;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Aug 2023 09:36:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889157#M351283</guid>
      <dc:creator>PrinceAde</dc:creator>
      <dc:date>2023-08-14T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with proc content.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889158#M351284</link>
      <description>&lt;P&gt;Please show us a screen capture. Use the "Insert Photos" icon to include your screen capture in your reply. Do NOT attach files.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 09:44:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889158#M351284</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-08-14T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with proc content.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889163#M351286</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay, thank you&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 10:21:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889163#M351286</guid>
      <dc:creator>PrinceAde</dc:creator>
      <dc:date>2023-08-14T10:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with proc content.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889164#M351287</link>
      <description>&lt;P&gt;In the collating sequence of the ASCII code, capital letters appear before lowercase letters. That's why it's not a good idea to mix cases in variable names, unless you use it for specific reasons (i.e. I used it to separate variables coming in from the production DB (uppercase) vs. those created in the data warehouse during the ETL process (lowercase))&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 10:14:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889164#M351287</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-08-14T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with proc content.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889169#M351288</link>
      <description>&lt;P&gt;You can use the option "order":&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=want order=ignorecase;

run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 10:35:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889169#M351288</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-08-14T10:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issues with proc content.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889171#M351289</link>
      <description>&lt;P&gt;This worked too; thank you sir.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 11:04:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Issues-with-proc-content/m-p/889171#M351289</guid>
      <dc:creator>PrinceAde</dc:creator>
      <dc:date>2023-08-14T11:04:08Z</dc:date>
    </item>
  </channel>
</rss>

