BookmarkSubscribeRSS Feed
spanky4_3
Calcite | Level 5

Hi everyone,

I hope this is the right group in the forum.

I am trying to export a SAS dataset to XML using LIBNAME. I can get the XML OK except when there are special/reserved characters (&,<,> etc). The text in that tag end up being escaped/convered to something like &#x62;&#x6F;&#x6F;&#x26; ... I would have expected a string such as 'Me & you' to end up as Me &amp; you. I am using SAS 9.2 on z/OS. I have tried using XMLPROCESS=RELAX (although I do want to escape the characters) but that made no difference.

Does anyone know why and more importantly how to get around this?

Mark.

1 REPLY 1
Cynthia_sas
Diamond | Level 26

Hi:

  This is probably a question best answered by Tech Support. I only find XMLPROCESS= in a description of IMPORTING from XML into SAS (not for EXPORT, in SAS 9.2). The documentation for 9.2, in addition,

http://support.sas.com/documentation/cdl/en/engxml/62845/HTML/default/viewer.htm#a002484784.htm shows the valid values as either CONFORM or PERMIT. (RELAX was a valid value in SAS 9.1.3). So at this point, Tech Support could look at ALL your code, clarify whether you are importing or exporting and help you figure out the best solution.

cynthia

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1314 views
  • 0 likes
  • 2 in conversation