I am trying to work with NAACCR 210. How do I start to debug this?
1 * test of reading XML file using SAS ;
2 filename txml "J:\XML\SAS_XML\naaccr-xml-utility-7.5\naaccr-xml-utility-7.5\sas" ;
3 %include txml (read_naaccr_xml_macro.sas) ;
86 %readNaaccrXml(
87 libpath="J:\XML\SAS_XML\naaccr-xml-utility-7.5\naaccr-xml-utility-7.5\sas",
88 sourcefile="J:\XML\Oct2020_test\120170_16Sep2020_V21.xml",
89 naaccrversion="210″,
90 recordtype="A",
91 dataset=stg1 ) ;
ERROR: Could not find class com/imsweb/naaccrxml/sas/SasXmlToCsv at line 1 column 111. Please ensure that the
CLASSPATH is correct.
ERROR: DATA STEP Component Object failure. Aborted during the EXECUTION phase.
java.lang.ClassNotFoundException: com.imsweb.naaccrxml.sas.SasXmlToCsv
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
NOTE: The SAS System stopped processing this step because of errors.
NOTE: DATA statement used (Total process time):
real time 0.45 seconds
cpu time 0.04 seconds