<?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: Clinical Trials Programmer certification preparation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/505837#M135513</link>
    <description>&lt;P&gt;The correct answer is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;by subjid;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 19 Oct 2018 05:47:41 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-10-19T05:47:41Z</dc:date>
    <item>
      <title>Clinical Trials Programmer certification preparation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/505813#M135505</link>
      <description>&lt;P&gt;&lt;STRONG&gt;The following question will ask you to provide a line of missing code.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;The following program is submitted to output observations from data set ONE that have more than&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;one record per patient&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;proc sort data=one out=two;&lt;BR /&gt;by subjid;&lt;BR /&gt;run;&lt;BR /&gt;data two;&lt;BR /&gt;set two;&lt;BR /&gt;&amp;lt;insert code here&amp;gt;&lt;BR /&gt;if (first.subjid ne 1 or last.subjid ne 1)then output;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;In the space below, enter the line of code that will correctly complete the program (Case is&lt;BR /&gt;ignored. Do not add leading or trailing spaces to your answer.).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ans: BYSUBJID; (should be the answer. But in testing engines for SAS certification site, it gives you the wrong answer when BYSUBJID is given. The correct answer says&amp;nbsp;BYSUBJID;BYSUBJID;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is the reason?)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 00:29:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/505813#M135505</guid>
      <dc:creator>ttp</dc:creator>
      <dc:date>2018-10-19T00:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Clinical Trials Programmer certification preparation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/505837#M135513</link>
      <description>&lt;P&gt;The correct answer is&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;by subjid;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 19 Oct 2018 05:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/505837#M135513</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-19T05:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Clinical Trials Programmer certification preparation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/505923#M135540</link>
      <description>&lt;P&gt;Yes That is the right answer.&lt;/P&gt;&lt;P&gt;But the testing dumps says its a wrong answer.&lt;/P&gt;&lt;P&gt;It shows correct answer is:&lt;/P&gt;&lt;P&gt;BYSUBJID;&lt;/P&gt;&lt;P&gt;BYSUBJID;&lt;/P&gt;&lt;P&gt;I am not sure weather this format is followed in the real certification exam also.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;there is an another example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Which CDISC filename contains the following items?&amp;nbsp;&lt;/P&gt;&lt;P&gt;• Variable attributes&lt;BR /&gt;• Controlled terminology&lt;BR /&gt;• Computational methods&lt;BR /&gt;Enter your answer in the space below (Case is ignored. Do not add leading or trailing spaces to&lt;BR /&gt;your answer.).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Answer: DEFINE.XML,DEFINE.PDF,DEFINE (are we supposed to mention all the 3 for the answer?)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 14:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/505923#M135540</guid>
      <dc:creator>ttp</dc:creator>
      <dc:date>2018-10-19T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Clinical Trials Programmer certification preparation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/506352#M135729</link>
      <description>&lt;P&gt;That must be some kind of typo. More than one by statement in a data step results in a syntax ERROR (221-185).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 06:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/506352#M135729</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-22T06:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Clinical Trials Programmer certification preparation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/506555#M135812</link>
      <description>&lt;P&gt;Which CDISC filename contains the following items?&amp;nbsp;&lt;/P&gt;&lt;P&gt;• Variable attributes&lt;BR /&gt;• Controlled terminology&lt;BR /&gt;• Computational methods&lt;BR /&gt;Enter your answer in the space below (Case is ignored. Do not add leading or trailing spaces to&lt;BR /&gt;your answer.).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Answer: DEFINE.XML,DEFINE.PDF,DEFINE (are we supposed to mention all the 3 for the answer?)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 18:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Clinical-Trials-Programmer-certification-preparation/m-p/506555#M135812</guid>
      <dc:creator>ttp</dc:creator>
      <dc:date>2018-10-22T18:20:47Z</dc:date>
    </item>
  </channel>
</rss>

