<?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 CST 1.6 ODM driver program bug in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242173#M2425</link>
    <description>&lt;P&gt;There is a typo in the example driver program that is bundled with the Clinical Standards Toolkit 1.6. The program extract_domaindata_all.sas line 153 is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  if missing(_cstOutputName) then _cstOutputName=cats(compress(Name, 'adk'));&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If _cstOutputName is missing (ie. the SASDataset attribute is not set in the source xml file), then the _cstOutputName should be set to the value of the Name variable - containing only ascii and digits, so compress statement should be compress(Name, , 'adk').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In short, change line 152 in extract_domaindata_all.sas to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  if missing(_cstOutputName) then _cstOutputName=cats(compress(Name, ,'adk'));&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stuart.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2016 10:07:25 GMT</pubDate>
    <dc:creator>StuartMalcolm</dc:creator>
    <dc:date>2016-01-07T10:07:25Z</dc:date>
    <item>
      <title>CST 1.6 ODM driver program bug</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242173#M2425</link>
      <description>&lt;P&gt;There is a typo in the example driver program that is bundled with the Clinical Standards Toolkit 1.6. The program extract_domaindata_all.sas line 153 is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  if missing(_cstOutputName) then _cstOutputName=cats(compress(Name, 'adk'));&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If _cstOutputName is missing (ie. the SASDataset attribute is not set in the source xml file), then the _cstOutputName should be set to the value of the Name variable - containing only ascii and digits, so compress statement should be compress(Name, , 'adk').&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In short, change line 152 in extract_domaindata_all.sas to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  if missing(_cstOutputName) then _cstOutputName=cats(compress(Name, ,'adk'));&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Stuart.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2016 10:07:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242173#M2425</guid>
      <dc:creator>StuartMalcolm</dc:creator>
      <dc:date>2016-01-07T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: CST 1.6 ODM driver program bug</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242370#M2426</link>
      <description>&lt;P&gt;Thanks for the report. &amp;nbsp;I'll make sure this is forwarded to the development team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 14:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242370#M2426</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-01-08T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: CST 1.6 ODM driver program bug</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242815#M2427</link>
      <description>&lt;P&gt;Hi Stuart,&lt;BR /&gt;&lt;BR /&gt;I'm one of the lead developers of CST.&lt;BR /&gt;&lt;BR /&gt;Thanks for reporting this typo! The idea was to only keep letters and digits, but the result is that the characters 'a', 'd' and 'k' are removed! Your fix is correct.&lt;BR /&gt;We will include corrected code in the upcoming hotfixes for CST 1.6 and 1.7. There will be a Technical Support note to cover CST 1.5.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger&lt;/a&gt; Thanks for forwarding.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Lex&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:37:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242815#M2427</guid>
      <dc:creator>Lex_SAS</dc:creator>
      <dc:date>2016-01-11T21:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: CST 1.6 ODM driver program bug</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242929#M2428</link>
      <description>Thanks!</description>
      <pubDate>Tue, 12 Jan 2016 14:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/CST-1-6-ODM-driver-program-bug/m-p/242929#M2428</guid>
      <dc:creator>StuartMalcolm</dc:creator>
      <dc:date>2016-01-12T14:24:18Z</dc:date>
    </item>
  </channel>
</rss>

