CXML-ADD-COMMENT

Syntax:

CALL "C$XML" USING CXML-ADD-COMMENT, handle, data, len

Parameters:

CXML-ADD-COMMENT Op-code 30. 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-ADD-COMMENT Value 30
handle An element handle or a parser handle.
len (Optional) The length of the new comment.

On Exit:

RETURN-CODE 0 if an error has occurred. The return code is positive if everything went correctly.