BookmarkSubscribeRSS Feed
vraj1
Quartz | Level 8

I get the below error message when reading xml file.

Is it something i am missing

 

ERROR: Some code points did not transcode.
occurred at or near line 69, column 311
ERROR: XML parsing error. Please verify that the XML content is well-formed.

 

Please help

 

filename SXLELIB 'C:\CTgovAE.xml';
filename SXLEMAP 'C:\CTGovMap.map';
libname SXLELIB xmlv2 xmlmap=SXLEMAP access=READONLY;

data add;
set SXLELIB.primary_outcome;
run;

3 REPLIES 3
RW9
Diamond | Level 26 RW9
Diamond | Level 26

I would imagine - though can only guess as I have no information to work with - that at line 69, column 311, there is a character that does not fit into the character set you are using, or that your XML is not a proper XML file.  The former would be my guess, look at the file in textpad or using a hex editor, you will likely find a strange symbol there.

NK
Calcite | Level 5 NK
Calcite | Level 5

Copy the ine 69, column 311 and paste on notepad++. Change the encoding to ANSI. You will notice special character in it. Also check config..

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 2800 views
  • 0 likes
  • 4 in conversation