Hi,
I've worked out another way of doing what I want (backing a PDS/E to a GDG), but I was wondering...is there a way of creating an XMI format file without issuing the XMIT command in TSO (IKJEFT01)? Obviously you cannot IEBCOPY the file directly, and creating a IEBCOPY compressed backup to a flat file works, but you can't really browse it.
So I just thought I'd ask. I had a bit of a search, but didn't find anything useful that I didn't already know.
//XMIT1 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
XMIT S0W1.IBMUSER DA('FILE.DUMP')-
OUTDA('FILE.DUMP.XMIT')