ADAPTER statement
Use the optional ADAPTER statement to define the characteristics of adapters that are used to convert XML input messages to other application programming languages, such as COBOL or PL/I.
ADAPTER statement syntax
ADAPTER statement parameters
- XML
- N
- XML adapter support should not be enabled. This is the default.
- Y
- XML adapter support should be enabled. The XML adapter is used to convert the user data in the response message into XML. IMS Connect then sends the output message to the IMS Enterprise Suite SOAP Gateway.
- MAXCVRT
- Specifies the maximum number of XML converters that this instance of IMS Connect can load concurrently. The minimum value is 100 and the maximum is
2000. The default value is 100. If more than 100 converters are included in the BPE exit list, IMS Connect loads and unloads them from memory as needed.
Increasing the value of this parameter allows more converters to be loaded simultaneously, which can
reduce the number of times IMS Connect loads the converters
from storage. IMS Connect unloads the least recently used XML
converter when the maximum is reached.Restriction: IMS Connect cannot load more than 400 XML converters unless you modify the CSA configuration of the host z/OS® LPAR.
- MAXLSSSZ
- Specifies the maximum language structure segment size. This value is passed to the XML converter when it is called. Valid values are from 5 to 32767. This parameter is optional and defaults to 32767.
- RUNOPTS
-
A 1- to 255-character string field that specifies the Language Environment for z/OS (LE) runtime options to be used to override the IMS Connect default runtime options in support of XML conversion.
This parameter is optional and applies only to the LE environment for XML conversion.
If LE runtime options are not overridden by the RUNOPTS parameter, IMS Connect uses the following default runtime options:ALL31(ON),STACK(,,ANY),TRAP(ON,SPIE)
For more information about the LE runtime options, see z/OS: Language Environment runtime options.