There is a PARSEXML exec on IBM's website that you can download and use as-is, if it meets your needs. I understand that it uses the same basic logic as the COBOL XML parsing function.
Personally, I use my own scaled-down version. Really, all you need to do is parse the xml string, looking for the starting tag '<....>' the value, and the ending tag '</.....>' in a loop.