it's easy via a unix script - something like this.......(there are other options besides "crnl" which might be useful depending on your particular situation. this worked for us....
cp -F crnl unixfile.xml "//'dataset.xml'" See the USS Ported Tool Manual...... you can also use IEBGENER if you can deal with a VB file. //INPUT EXEC PGM=IEBGENER //SYSPRINT DD SYSOUT=* //SYSIN DD DUMMY //SYSUT1 DD PATH='/xxx/xxx/xxx.txt', // PATHOPTS=(ORDONLY), // RECFM=VB,LRECL=255,BLKSIZE=27998, // FILEDATA=TEXT //SYSUT2 DD DSN=DATASET.FILE, etc.... ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

