<?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: Table in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Table/m-p/789780#M38715</link>
    <description>&lt;P&gt;Are X and Y in different data sets? If so, I suggest you use&amp;nbsp;PROC COMPARE to compare the variables. Here is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data A;
do x = 1 to 10;
   output;
end;
run;

data B;
input x @@;
datalines;
1 2 3 4 6 5 
;

proc compare base=A(keep=x) compare=B(keep=x);
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 12 Jan 2022 18:20:48 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2022-01-12T18:20:48Z</dc:date>
    <item>
      <title>Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Table/m-p/789778#M38714</link>
      <description>I have an "X" and "Y" database, in which they were supposed to be the same, but in "X there are more observations than in "Y". To better understand how observations over "X", I want to create a new database wich just those observations. Does anyone know the codes to do this?</description>
      <pubDate>Wed, 12 Jan 2022 18:14:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Table/m-p/789778#M38714</guid>
      <dc:creator>Thalitacosta</dc:creator>
      <dc:date>2022-01-12T18:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Table/m-p/789780#M38715</link>
      <description>&lt;P&gt;Are X and Y in different data sets? If so, I suggest you use&amp;nbsp;PROC COMPARE to compare the variables. Here is an example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data A;
do x = 1 to 10;
   output;
end;
run;

data B;
input x @@;
datalines;
1 2 3 4 6 5 
;

proc compare base=A(keep=x) compare=B(keep=x);
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 12 Jan 2022 18:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Table/m-p/789780#M38715</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-01-12T18:20:48Z</dc:date>
    </item>
  </channel>
</rss>

