DOMSETMODEL
The optional keyword DOMSETMODEL specifies how the input XML source will be stored.
The default value for the DOMSETMODEL keyword is *STRING to maintain compatibility.
If you plan to use translets (Compiled Stylesheets) to read XML content you can only use the DOMSETMODEL(*STRING) option.
The recommended value is *DOCUMENT.
The DOMSET, DOMSETMODEL and DOMSETRESULT settings are used by commands like RECEIVE for inbound XML processing.
DOMSETMODEL |
*DOCUMENT |
Create XML DOM. |
*STRING |
Create XML String. |
Example
SERVICE_LOAD DOMSETMODEL(*DOCUMENT) DOMSET(*STREAM) DOMSETRESULT(*FILE)