<?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 SAS 9.1.3 Proc CDISC error in SAS Health and Life Sciences</title>
    <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-9-1-3-Proc-CDISC-error/m-p/35892#M1215</link>
    <description>I am new to the Proc CDISC procedure and find problems in read xml file.&lt;BR /&gt;
I download the &lt;B&gt;Example files&lt;/B&gt; from: &lt;A href="http://support.sas.com/rnd/base/xmlengine/proccdisc/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/xmlengine/proccdisc/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
But it occurred error as: &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;NOTE: SCL source line.&lt;BR /&gt;
103                    language="en"&lt;BR /&gt;
                       --------&lt;BR /&gt;
                       22&lt;BR /&gt;
                       76&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: ;, FORMATACTIVE, FORMATLIBRARY, FORMATNOREPLACE, INREF, MODEL, OUTREF, READ, WRITE.&lt;BR /&gt;
ERROR 76-322: Syntax error, statement will be ignored.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Could you please suggest how to solve the problem? &lt;BR /&gt;
Any comment is appreciated. Thank you.&lt;BR /&gt;
&lt;BR /&gt;
------------------------------------------------------------------------------------------------&lt;BR /&gt;
libname results  'C:\test' ;&lt;BR /&gt;
&lt;BR /&gt;
FILENAME  XMLINP  'C:\test\ae.xml';&lt;BR /&gt;
&lt;BR /&gt;
PROC CDISC        MODEL=ODM&lt;BR /&gt;
                  READ=XMLINP&lt;BR /&gt;
&lt;BR /&gt;
                  formatActive=YES&lt;BR /&gt;
                  formatNoReplace=NO&lt;BR /&gt;
                  language="en"&lt;BR /&gt;
                  ;&lt;BR /&gt;
ODM               ODMVersion = "1.2" &lt;BR /&gt;
                  ODMminimumKeyset=NO&lt;BR /&gt;
                  ;                 &lt;BR /&gt;
&lt;BR /&gt;
CLINICALDATA      OUT = results.AE&lt;BR /&gt;
                  SASDATASETNAME = "AE" &lt;BR /&gt;
                  ;&lt;BR /&gt;
RUN;&lt;BR /&gt;
FILENAME  XMLINP ;&lt;BR /&gt;
               &lt;BR /&gt;
               &lt;BR /&gt;
proc contents data=results.AE varnum; run;&lt;BR /&gt;
proc print data=results.AE; run;

Message was edited by: ChengWC</description>
    <pubDate>Thu, 31 Dec 2009 05:56:15 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-12-31T05:56:15Z</dc:date>
    <item>
      <title>SAS 9.1.3 Proc CDISC error</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-9-1-3-Proc-CDISC-error/m-p/35892#M1215</link>
      <description>I am new to the Proc CDISC procedure and find problems in read xml file.&lt;BR /&gt;
I download the &lt;B&gt;Example files&lt;/B&gt; from: &lt;A href="http://support.sas.com/rnd/base/xmlengine/proccdisc/index.html" target="_blank"&gt;http://support.sas.com/rnd/base/xmlengine/proccdisc/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
But it occurred error as: &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;NOTE: SCL source line.&lt;BR /&gt;
103                    language="en"&lt;BR /&gt;
                       --------&lt;BR /&gt;
                       22&lt;BR /&gt;
                       76&lt;BR /&gt;
ERROR 22-322: Syntax error, expecting one of the following: ;, FORMATACTIVE, FORMATLIBRARY, FORMATNOREPLACE, INREF, MODEL, OUTREF, READ, WRITE.&lt;BR /&gt;
ERROR 76-322: Syntax error, statement will be ignored.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Could you please suggest how to solve the problem? &lt;BR /&gt;
Any comment is appreciated. Thank you.&lt;BR /&gt;
&lt;BR /&gt;
------------------------------------------------------------------------------------------------&lt;BR /&gt;
libname results  'C:\test' ;&lt;BR /&gt;
&lt;BR /&gt;
FILENAME  XMLINP  'C:\test\ae.xml';&lt;BR /&gt;
&lt;BR /&gt;
PROC CDISC        MODEL=ODM&lt;BR /&gt;
                  READ=XMLINP&lt;BR /&gt;
&lt;BR /&gt;
                  formatActive=YES&lt;BR /&gt;
                  formatNoReplace=NO&lt;BR /&gt;
                  language="en"&lt;BR /&gt;
                  ;&lt;BR /&gt;
ODM               ODMVersion = "1.2" &lt;BR /&gt;
                  ODMminimumKeyset=NO&lt;BR /&gt;
                  ;                 &lt;BR /&gt;
&lt;BR /&gt;
CLINICALDATA      OUT = results.AE&lt;BR /&gt;
                  SASDATASETNAME = "AE" &lt;BR /&gt;
                  ;&lt;BR /&gt;
RUN;&lt;BR /&gt;
FILENAME  XMLINP ;&lt;BR /&gt;
               &lt;BR /&gt;
               &lt;BR /&gt;
proc contents data=results.AE varnum; run;&lt;BR /&gt;
proc print data=results.AE; run;

Message was edited by: ChengWC</description>
      <pubDate>Thu, 31 Dec 2009 05:56:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-9-1-3-Proc-CDISC-error/m-p/35892#M1215</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-12-31T05:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.1.3 Proc CDISC error</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-9-1-3-Proc-CDISC-error/m-p/35893#M1216</link>
      <description>Hi,&lt;BR /&gt;
language="en" is not the option to be used with proc cdisc. So &lt;B&gt;delete language="en"&lt;/B&gt; and run the code. Hope it works..</description>
      <pubDate>Wed, 06 Jan 2010 04:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/SAS-9-1-3-Proc-CDISC-error/m-p/35893#M1216</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-06T04:48:31Z</dc:date>
    </item>
  </channel>
</rss>

