Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide

The PLISAXB built-in subroutine

The PLISAXB built-in subroutine allows you to invoke the XML parser for an XML document residing in a file.

Read syntax diagramSkip visual syntax diagram>>-PLISAXB(e,p,x-+----+-)--------------------------------------><
                 '-,c-'
 
e
An event structure
p
A pointer value or "token" that the parser will pass back to the event functions
x
A character string expression specifying the input file
c
A numeric expression specifying the purported codepage of that XML

Under batch, the character string specifying the input file should have the form 'file://dd:ddname', where ddname is the name of the DD statement specifying the file.

Under z/OS UNIX, the character string specifying the input file should have the form 'file://filename', where filename is the name of a z/OS UNIX file.

Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide