CXML-SET-PROC-INSTR

Syntax:

CALL "C$XML" USING CXML-SET-PROC-INSTR, handle, idx, target, data

Parameters:

CXML-SET-PROC-INSTR Op-code 38. 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
idx pic 9(n) or numeric literal
target pic x(n)
data pic x(n)

On Entry:

CXML-SET-PROC-INSTR Value 38
handle A parser handle.

On Exit:

target Data item that is the processing instruction target. This variable will have trailing spaces removed before being written to the XML file.
data Data item that is the processing instruction data. This variable will have trailing spaces removed before being written to the XML file. If target is all spaces, or if target and data are omitted, the processing instruction is deleted. In this case, any later processing instructions are moved. (If instruction 3 is deleted, instruction 4 becomes instruction 3, and instruction 5 becomes instruction 4, and so on.)