void setOutputProperty ( Key-Name, Key-Value )
1. Key-Name is a field of the java class javax.xml.transform.OutputKeys. Please refer to the javax.xml.transform.OutputKeys api reference for further details. At the time this document is written, the following fields are available:
o
o
o
o Note: The ENCODING property specifies the encoding that must be used to read the XML file. This information is for the programs that will read the file and doesn’t affect the way the COBOL program writes data into it. To write data with a particular encoding into the XML file, you need to set the file.encoding Java property. For example, in order to make TEST_PROG write UTF-8 data into the XML file, you will launch it in this way:
configuration section.working-storage section.procedure division.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |