I work with Java and might be able to help you out with generating XML files from your sequential file. Using a Java app to read the file and produce XML sounds like a viable solution to me. Java has excellent XML parsing and generation libraries, such as JAXB or XStream, that can make the process relatively straightforward. Since you're concerned about using standard, vanilla IBM stuff, I can suggest exploring the IBM Java SDK, which is compatible with VSE.