Obtains the number of processing instructions that exist.
Syntax:
CALL "C$XML" USING CXML-GET-PROC-INSTR-COUNT, handle
Parameters:
CXML-GET-PROC-INSTR-COUNT
|
Op-code 36. 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
|
On Entry:
CXML-GET-PROC-INSTR-COUNT
|
Value 36
|
handle
|
A parser handle.
|
On Exit:
RETURN-CODE
|
The return-code is
0 on error (including that there are no processing instructions), or the number of processing instructions on success.
|