Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : XMLSTARTDSN

XMLSTARTDSN
Generates an XML document based on the passed data access arguments and places it in the specified file. (C)
Invocation
CALL XMLSTARTDSN(xmldocname, predicate, parm)
 
Usage Notes
If the destination for the XML document is a z/OS data set, it must already exist.
Example
The following rule sends the output to the data set XML.BOOK.OUTPUT:

 
RULE EDITOR ===> SCROLL: P
T_XMLSTARTDSN;
_ LOCAL FILENAME, XMLDOCNAME, PREDICATE, PARM;
_ ---------------------------------------------------------------------------
_ -----------------------------------------------------------+--------------
_ FILENAME = 'XML.BOOK.OUTPUT'; | 1
_ XMLDOCNAME = 'BOOKS'; | 2
_ PREDICATE = 'GENRE=''Science Fiction'''; | 3
_ PARM = ''; | 4
_ CALL XMLSTARTDSN(FILENAME, XMLDOCNAME, PREDICATE, PARM); | 5
_ -------------------------------------------------------------------------

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved