Syntax:
CALL "C$XML" USING CXML-SET-STANDALONE, handle, new-standalone
Parameters:
CXML-SET-STANDALONE
|
Op-code 44. 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-standalone
|
pic x(n)
|
On Entry:
CXML-SET-STANDALONE
|
Value 44
|
handle
|
A parser handle.
|
new-standalone
|
Can be either "yes" or "no", which puts the corresponding value into the XML file. Any other value causes the stand-alone
attribute to be omitted from the XML file
|