Re: XML: Optimized Schema Representation (OSR) file generation

2016-02-03 Thread Donald J.
/u/appl/xsd is simply a user folder for user xsd files. xsdosrg binary is in /bin The OUTFILE and INFILE were obviously not needed either. They were used for additional STDIN input commands for co:z hybrid batch processing which I did not list. -- Donald J. dona...@4email.net >>...

Re: XML: Optimized Schema Representation (OSR) file generation

2016-01-29 Thread Paul Gilmartin
On Fri, 29 Jan 2016 13:20:45 -0800, Donald J. wrote: >... >cd /u/appl/xsd >xsdosrg -v -o IRS.osr IRS-EXT-ACA-AIR-7.0.xsd > Where does "/u/appl/xsd" come from? Is it bundled with COBOL? We don't have one. (It looks hauntingly like the z/OS convention for a user's HOME directory.) I'd more

XML: Optimized Schema Representation (OSR) file generation

2016-01-29 Thread Zierdt, Richard A (IS)
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? Enterprise COBOL supports XML schema, but only if it is in OSR

Re: XML: Optimized Schema Representation (OSR) file generation

2016-01-29 Thread Donald J.
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

Re: XML: Optimized Schema Representation (OSR) file generation

2016-01-29 Thread Paul Gilmartin
On 2016-01-29 13:23, 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?