<?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: Certification: Clinical Trials Programmer in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/422194#M2165</link>
    <description>Hi Uzma, have you figured out which one is the correct one? Thanks!</description>
    <pubDate>Tue, 19 Dec 2017 03:50:07 GMT</pubDate>
    <dc:creator>viviyeah</dc:creator>
    <dc:date>2017-12-19T03:50:07Z</dc:date>
    <item>
      <title>Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298725#M2080</link>
      <description>&lt;P&gt;In the exam some questions ask to provide a line of code and " do not include leading or trailing blanks in your answer"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which format is correct?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. BY&amp;nbsp;siteid&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2. bysiteid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 17:13:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298725#M2080</guid>
      <dc:creator>Uzma1</dc:creator>
      <dc:date>2016-09-15T17:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298740#M2081</link>
      <description>&lt;P&gt;I think you are skipping some information. Such what is the specific question. You posted what appears to be a generic instruction that could have multiple interpretations with out an exact question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a custom format defined with Proc Format involved? Is there&amp;nbsp; a variable created/assigned/modified named BYSITEID? Any specific values mentioned? Any specific operations to be performed? Is this supposed to be in data step code or procedure?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 18:01:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298740#M2081</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-15T18:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298742#M2082</link>
      <description>&lt;P&gt;Heres an example&amp;nbsp;question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given the following data set work.vs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subjid &amp;nbsp;site visit temp&lt;/P&gt;&lt;P&gt;00123 &amp;nbsp;3 &amp;nbsp; &amp;nbsp; 4 &amp;nbsp; &amp;nbsp;98.6&lt;/P&gt;&lt;P&gt;00123 &amp;nbsp;3 &amp;nbsp; &amp;nbsp; 4 &amp;nbsp; &amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;00123 &amp;nbsp;3 &amp;nbsp; &amp;nbsp; &amp;nbsp;5 &amp;nbsp; 97.9&lt;/P&gt;&lt;P&gt;00123 &amp;nbsp;3 &amp;nbsp; &amp;nbsp; 5 &amp;nbsp; &amp;nbsp;98.9&lt;/P&gt;&lt;P&gt;00123 &amp;nbsp;3 &amp;nbsp; &amp;nbsp; 6 &amp;nbsp; &amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data work.vs1;&lt;/P&gt;&lt;P&gt;( insert code here)&lt;/P&gt;&lt;P&gt;set work.vs;&lt;/P&gt;&lt;P&gt;if temp ne . then old_temp=temp;&lt;/P&gt;&lt;P&gt;else temp = old_temp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the space below, enter the line of code that completes the program ( Case is ignored. Do not add leading or trailing spaces to your answer)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the answer should be&amp;nbsp;retain old_temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My confusion is whether to write it as retainold_temp; OR retain old_temp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it makes sense.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uzma&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 18:14:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298742#M2082</guid>
      <dc:creator>Uzma1</dc:creator>
      <dc:date>2016-09-15T18:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298788#M2083</link>
      <description>&lt;P&gt;Now the question is "complete the program to do what"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All of the SAS keywords or instructions are going to want a space (usually) or (), to include values/variables, to process. Other wise additional text will likely create a new variable that you don't expect even though no error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why not try the code a see the results?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 20:18:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298788#M2083</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-15T20:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298801#M2084</link>
      <description>&lt;P&gt;This problem&amp;nbsp;is to impute LOCF.&lt;/P&gt;&lt;P&gt;Complete the program to " create a new data set that carries forward the previous value of temp when the value is missing."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working through material provided by my company and the answer says "retainoldtemp" . That answer is wrong if I code it on 9.2 and 9.4. The test is based off 9.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That does not make sense as the retain keyword will need a space after the next word.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A couple other questions have similar answers. "bysiteid" when it should be "by siteid"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The instructions about no spaces ( "Case is ignored. Do not add leading or trailing spaces to your answer" ) and these answers make me wonder what the&amp;nbsp;right response is. Does it mean no spaces before and after the text/string of the answer. Or, the system does not recognize spaces correctly so no spaces even within the answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 21:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298801#M2084</guid>
      <dc:creator>Uzma1</dc:creator>
      <dc:date>2016-09-15T21:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298815#M2085</link>
      <description>&lt;P&gt;If the file is old enought the document may have gone through some formatting changes. It is possible that there was originally a tab or other character between words that got lost in an update. Especially if the document was originally prepared in one word processor and then moved to a different one entirely such as Word Perfect to Word.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the code with the different responses offered. If the "result" is incorrect for the one that the document says is correct bring it to the attention of whoever provided the document. Show that person logs, especially if there are errors or interesting messages, and proc print output. If you get the "correct" result then bring that log and those results as well to show the correction needed.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 22:26:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/298815#M2085</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-15T22:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/300410#M2086</link>
      <description>&lt;P&gt;Hi ballardw,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue seems to be, as you mentioned, an error local to this document.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I passed the test this week.&amp;nbsp;There were questions that require typing in a line of code to complete a given program. Instructions include "code should be in the correct SAS syntax".&lt;/P&gt;&lt;P&gt;My confusion about trailing / leading blanks and spaces is 100% irrelevant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your input.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Uzma1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/300410#M2086</guid>
      <dc:creator>Uzma1</dc:creator>
      <dc:date>2016-09-23T15:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Certification: Clinical Trials Programmer</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/422194#M2165</link>
      <description>Hi Uzma, have you figured out which one is the correct one? Thanks!</description>
      <pubDate>Tue, 19 Dec 2017 03:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Certification-Clinical-Trials-Programmer/m-p/422194#M2165</guid>
      <dc:creator>viviyeah</dc:creator>
      <dc:date>2017-12-19T03:50:07Z</dc:date>
    </item>
  </channel>
</rss>

