Syntax:
CALL "C$XML" USING CXML-GET-VERSION, handle, dest
Parameters:
CXML-GET-VERSION
|
Op-code 39. 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
|
dest
|
A pic x(n) for n >= 3.
|
On Entry:
CXML-GET-VERSION
|
Value 39
|
handle
|
A parser handle.
|
On Exit:
dest
|
The destination for the version value.
|
RETURN-CODE
|
The return code is
0 if an error has occurred. The return code is positive if everything went correctly.
|