<?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: Openclinica format truncation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349026#M80905</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;we used the code below. &amp;nbsp;As the format start and end length for AE is only $16, so the rest of the dataset format has been truncated to 16 characters. However I am not so sure the solution to this problem:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname out "\\xxx\Sandbox\MX";&lt;BR /&gt;filename odm0 '\\xxx\\AU2DATA.xml';&lt;BR /&gt;libname odm0 xml xmltype=CDISCODM FormatActive=YES FormatNoReplace=NO FormatLibrary="WORK";&lt;BR /&gt;%MACRO dsconv(dsname);&lt;/P&gt;&lt;P&gt;data out.&amp;amp;dsname;&lt;BR /&gt;set odm0.&amp;amp;dsname;&lt;BR /&gt;run;&lt;BR /&gt;proc contents data=out.&amp;amp;dsname VARNUM noprint out = &amp;amp;dsname;&lt;BR /&gt;run;&lt;BR /&gt;%mend;&lt;BR /&gt;%dsconv(AE);&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 09:05:34 GMT</pubDate>
    <dc:creator>michellexu</dc:creator>
    <dc:date>2017-04-11T09:05:34Z</dc:date>
    <item>
      <title>Openclinica format truncation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/348885#M80849</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when using&amp;nbsp;xmltype=CDISCODM &lt;STRONG&gt;FormatActive=YES&lt;/STRONG&gt; FormatNoReplace=NO FormatLibrary="WORK" option, for some reason format has been truncated for start, end and label columns. &amp;nbsp;Has anyone come across this problem before?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michelle&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 20:44:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/348885#M80849</guid>
      <dc:creator>michellexu</dc:creator>
      <dc:date>2017-04-10T20:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Openclinica format truncation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/348941#M80860</link>
      <description>&lt;P&gt;Could you please check the column attributes in the xml file for the respective variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;since you are trying to create the SAS dataset from the xml file, I believe there could be an issue with the data in xml file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is the name= where we assign the label, is it complete. If you could share the xml data for that portion it will help us.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 01:15:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/348941#M80860</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-04-11T01:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Openclinica format truncation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349018#M80900</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see attached pictures. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13691i948696171837B448/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="format truncation.PNG" title="format truncation.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13692iAA059C516C2D5561/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="xml.PNG" title="xml.PNG" /&gt;</description>
      <pubDate>Tue, 11 Apr 2017 08:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349018#M80900</guid>
      <dc:creator>michellexu</dc:creator>
      <dc:date>2017-04-11T08:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Openclinica format truncation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349026#M80905</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;we used the code below. &amp;nbsp;As the format start and end length for AE is only $16, so the rest of the dataset format has been truncated to 16 characters. However I am not so sure the solution to this problem:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname out "\\xxx\Sandbox\MX";&lt;BR /&gt;filename odm0 '\\xxx\\AU2DATA.xml';&lt;BR /&gt;libname odm0 xml xmltype=CDISCODM FormatActive=YES FormatNoReplace=NO FormatLibrary="WORK";&lt;BR /&gt;%MACRO dsconv(dsname);&lt;/P&gt;&lt;P&gt;data out.&amp;amp;dsname;&lt;BR /&gt;set odm0.&amp;amp;dsname;&lt;BR /&gt;run;&lt;BR /&gt;proc contents data=out.&amp;amp;dsname VARNUM noprint out = &amp;amp;dsname;&lt;BR /&gt;run;&lt;BR /&gt;%mend;&lt;BR /&gt;%dsconv(AE);&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 09:05:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349026#M80905</guid>
      <dc:creator>michellexu</dc:creator>
      <dc:date>2017-04-11T09:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Openclinica format truncation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349105#M80935</link>
      <description>I believe we will have the length in xml file for the variables start and end, could you please check the length assigned to them, you need to increase the length values for these variables as required.</description>
      <pubDate>Tue, 11 Apr 2017 13:30:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349105#M80935</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-04-11T13:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Openclinica format truncation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349716#M81182</link>
      <description>&lt;P&gt;Hi Jag,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;problem is solved. &amp;nbsp;We &amp;nbsp;are using the most up to date version of the openclinica(3.11), which gives us xml file, mapper and sas_format.sas file. &amp;nbsp;The sas_format. sas file includes all the formats as well as all the datasets in the XML file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your suggestions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If any one intersted:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.openclinica.com/3.1/openclinica-user-guide/export-datasets/formats-dataset-files" target="_blank"&gt;https://docs.openclinica.com/3.1/openclinica-user-guide/export-datasets/formats-dataset-files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Michelle&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 11:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349716#M81182</guid>
      <dc:creator>michellexu</dc:creator>
      <dc:date>2017-04-13T11:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Openclinica format truncation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349756#M81210</link>
      <description>Thank you for your response</description>
      <pubDate>Thu, 13 Apr 2017 13:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Openclinica-format-truncation/m-p/349756#M81210</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-04-13T13:29:53Z</dc:date>
    </item>
  </channel>
</rss>

