<?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: Advance SAS Cert Practice exam  from SAS Institute (Q-32) in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Advance-SAS-Cert-Practice-exam-from-SAS-Institute-Q-32/m-p/76165#M1705</link>
    <description>I take it that the bold sentence is bothering you.&lt;BR /&gt;
This is probably a typo, I think it should read "..in the data set &lt;B&gt;One&lt;/B&gt;...".&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
    <pubDate>Tue, 20 Oct 2009 07:27:59 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2009-10-20T07:27:59Z</dc:date>
    <item>
      <title>Advance SAS Cert Practice exam  from SAS Institute (Q-32)</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Advance-SAS-Cert-Practice-exam-from-SAS-Institute-Q-32/m-p/76164#M1704</link>
      <description>With reference to the above topic,I need some help beginning from the highlighted lines below. This is the explanation SAS gave to question 32. I 'm not in agreement with their explanation.&lt;BR /&gt;
Thanks.&lt;BR /&gt;
Given the following SAS data sets One and Two: &lt;BR /&gt;
                One &lt;BR /&gt;
Obs	Common	X&lt;BR /&gt;
1	A	10&lt;BR /&gt;
2	A	13&lt;BR /&gt;
3	A	14&lt;BR /&gt;
4	B	9&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
              Two &lt;BR /&gt;
Obs	Common	Y&lt;BR /&gt;
1	A	1&lt;BR /&gt;
2	A	3&lt;BR /&gt;
3	B	4&lt;BR /&gt;
4	B	2&lt;BR /&gt;
&lt;BR /&gt;
The following SAS program is submitted: &lt;BR /&gt;
     data combine;&lt;BR /&gt;
        merge one two;&lt;BR /&gt;
        by common;&lt;BR /&gt;
     run;&lt;BR /&gt;
&lt;BR /&gt;
What data values are stored in the data set Combine? &lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
The MERGE statement in the DATA step processes data sequentially. The first observation of data set One is combined with the first observation of data set Two because the variable Common has a value of A in both data sets. &lt;BR /&gt;
The second observation of the data set One is combined with the second observation of the data set Two because the variable Common has a value of A in both data sets. &lt;B&gt;Because there is an additional observation in the data set Two where the variable Common has a value of A&lt;/B&gt;, the program data vector is not reinitialized; the value of X is retained from observation two, and the values of Common and Y are read from the data set Two. Thus, there are three observations in the data set Combine where the variable Common has a value of A. &lt;BR /&gt;
The third observation of the data set One is combined with the fourth observation of the data set Two because the variable Common has a value of B in both data sets. &lt;BR /&gt;
Finally, the fourth observation of the data set One is combined with the last observation of the data set Two because the variable Common has a value of B in both data sets. Thus, there are two observations in the data set Combine where the variable Common has a value of B.</description>
      <pubDate>Tue, 20 Oct 2009 02:51:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Advance-SAS-Cert-Practice-exam-from-SAS-Institute-Q-32/m-p/76164#M1704</guid>
      <dc:creator>Saszealot</dc:creator>
      <dc:date>2009-10-20T02:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Advance SAS Cert Practice exam  from SAS Institute (Q-32)</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Advance-SAS-Cert-Practice-exam-from-SAS-Institute-Q-32/m-p/76165#M1705</link>
      <description>I take it that the bold sentence is bothering you.&lt;BR /&gt;
This is probably a typo, I think it should read "..in the data set &lt;B&gt;One&lt;/B&gt;...".&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Tue, 20 Oct 2009 07:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Advance-SAS-Cert-Practice-exam-from-SAS-Institute-Q-32/m-p/76165#M1705</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-10-20T07:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Advance SAS Cert Practice exam  from SAS Institute (Q-32)</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Advance-SAS-Cert-Practice-exam-from-SAS-Institute-Q-32/m-p/76166#M1706</link>
      <description>Clearly the paragraph does not match the data.</description>
      <pubDate>Tue, 20 Oct 2009 13:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Advance-SAS-Cert-Practice-exam-from-SAS-Institute-Q-32/m-p/76166#M1706</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2009-10-20T13:35:00Z</dc:date>
    </item>
  </channel>
</rss>

