dtxany2xml syntax summary
The dtxany2xml utility command produces a map that can transform any input data into XML output.
It creates one map that can transform any input data into XML output, and a second map that can transform the XML that the first map produced into output data in a format described by the schema that you specified.
Use the second map only when the schema that you specified in the first parameter of the dtxany2xml utility command was imported from a COBOL copybook.
Use the following syntax for the dtxany2xml utility command:
dtxany2xml <.mtt file name/location>
<exported root type path>
<input file name/location>
<output file name/location>
<output map name>
[<-schema <schema_file_name/location>]
[<log file name/location>]
The dtxany2xml utility generates the default schema name orig_schema _name_exported_type_name.xsd. If a schema with that name already exists, the utility overwrites it.
You can use the -schema keyword to specify a unique name and path for the schema. The -schema keyword is optional and positional.