CXML-SET-DATA

Syntax:

CALL "C$XML" USING CXML-SET-DATA, handle, data, len

Parameters:

CXML-SET-DATA Op-code 25. 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
data literal or pic x(n)
len

(Optional)

Numeric literal or pic x(n)

On Entry:

CXML-SET-DATA Value 25
handle An element handle to set.
len A numeric item that tells C$XML how many characters of the data item to use. If omitted, it defaults to the size of the variable.

On Exit:

None