I used COZBATCH from Dovetail, but I assume BPXBATCH could be used. //COZBTCH EXEC PGM=COZBATCH,REGION=0M //STEPLIB DD DISP=SHR,DSN=UTIL.TCP.COZ.LOADLIB //COZLOG DD SYSOUT=* //COZOUT DD SYSOUT=*,DCB=(RECFM=VB,LRECL=255,BLKSIZE=10000) //STDOUT DD SYSOUT=*,DCB=(RECFM=VB,LRECL=255,BLKSIZE=10000) //STDERR DD SYSOUT=*,DCB=(RECFM=VB,LRECL=255,BLKSIZE=10000) //OUTFILE DD DISP=OLD,DSN=USERID.TEST.VB //INFILE DD DISP=SHR,DSN=USERID.IRS.XSD //STDIN DD * cd /u/appl/xsd xsdosrg -v -o IRS.osr IRS-EXT-ACA-AIR-7.0.xsd
-- Donald J. [email protected] On Fri, Jan 29, 2016, at 12:23 PM, Zierdt, Richard A (IS) wrote: > IBM-Main is not the likely forum for this - and a more appropriate forum > would be appreciated - but is there a z/OS batch utility that creates an XML > "Optimized Schema Representation" (OSR) file from a text-based XML schema > file? > -- http://www.fastmail.com - Faster than the air-speed velocity of an unladen european swallow ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
