Sets the version attribute in the XML file.
Syntax:
CALL "C$XML" USING CXML-SET-VERSION, handle, new-version
Parameters:
CXML-SET-VERSION
|
Op-code 40. Numeric data item that specifies the operation to perform. Each operation is defined in
acucobol.def, which is included with your system.
|
handle
|
USAGE handle
|
new-version
|
A pic x(n) or numeric literal "1.0"
|
On Entry:
CXML-SET-VERSION
|
Value 40
|
handle
|
A parser handle.
|
On Exit:
RETURN-CODE
|
The return code is
0 if an error has occurred. The return code is positive if everything went correctly.
|