<?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 Procedure to get overview over variables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-to-get-overview-over-variables/m-p/67368#M19266</link>
    <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
How can I  - for each observation - get an overview over which values they have on two or three variables? Something like this: &lt;BR /&gt;
&lt;BR /&gt;
....................Variable1.........Variable2............Variable3&lt;BR /&gt;
Observation1......x....................y...........................x&lt;BR /&gt;
Observation2......y...................y.............................z&lt;BR /&gt;
Observation3......y...................y...........................y&lt;BR /&gt;
Observation4......x..................x............................y&lt;BR /&gt;
&lt;BR /&gt;
As far as I remember, there is a simple procedure for doing this, but I cant find it.&lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
    <pubDate>Wed, 26 Aug 2009 21:37:25 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-08-26T21:37:25Z</dc:date>
    <item>
      <title>Procedure to get overview over variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-to-get-overview-over-variables/m-p/67368#M19266</link>
      <description>Hi &lt;BR /&gt;
&lt;BR /&gt;
How can I  - for each observation - get an overview over which values they have on two or three variables? Something like this: &lt;BR /&gt;
&lt;BR /&gt;
....................Variable1.........Variable2............Variable3&lt;BR /&gt;
Observation1......x....................y...........................x&lt;BR /&gt;
Observation2......y...................y.............................z&lt;BR /&gt;
Observation3......y...................y...........................y&lt;BR /&gt;
Observation4......x..................x............................y&lt;BR /&gt;
&lt;BR /&gt;
As far as I remember, there is a simple procedure for doing this, but I cant find it.&lt;BR /&gt;
&lt;BR /&gt;
Thank you</description>
      <pubDate>Wed, 26 Aug 2009 21:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-to-get-overview-over-variables/m-p/67368#M19266</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-26T21:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Procedure to get overview over variables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Procedure-to-get-overview-over-variables/m-p/67369#M19267</link>
      <description>Proc print looks like what you're looking for.&lt;BR /&gt;
&lt;BR /&gt;
Proc print data=&lt;DATASET name=""&gt;;&lt;BR /&gt;
var &lt;VARIABLE list=""&gt;;&lt;BR /&gt;
run;&lt;/VARIABLE&gt;&lt;/DATASET&gt;</description>
      <pubDate>Wed, 26 Aug 2009 22:16:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Procedure-to-get-overview-over-variables/m-p/67369#M19267</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2009-08-26T22:16:32Z</dc:date>
    </item>
  </channel>
</rss>

