![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Member PARMDC in the CNTL data set provides sample Service Gateway for IMS TM initialization parameters. Step IMSDC in EECONFIG must be uncommented and run to create the IMS TM default environment option module.For a description of the sample initialization parameters included in this step, refer to TIBCO Object Service Broker Parameters. These parameters are used during initialization to establish Execution Environment defaults.The second method of specifying parameters is to include an HRNIN DD statement in the IMS TM MPR JCL. The data set allocated by the DD contains initialization parameters in source format. Code one parameter per line. The data set must be LRECL=80 and RECFM=FB. Parameters specified by the HRNIN DD override the default values established during Execution Environment initialization.The following parameters are unique to Service Gateway for IMS TM. See TIBCO Object Service Broker Parameters for a description of these parameters.
Specifies which Native Execution Environment the MPR is to communicate with. The use of the EENAME parameter is different from the other TIBCO Object Service Broker servers, since the Native Execution Environment is the object of session initiation requests (from other Execution Environments) and an initiator of session requests (to the Data Object Broker). Specifies the IMSID of the IMS TM Data Object Broker to which the Execution Environment is connected. The value of the IMSID is a 1 to 4 character name that uniquely identifies the IMS TM Data Object Brokers. Within TIBCO Object Service Broker applications the value can be retrieved by the $GETOPT tool. Specifies whether terminals with sessions established under a given MPR/Native Execution Environment have extended data stream support.If this parameter is not specified in the MPR, the setting in the Native Execution Environment is used. If conflicting values are specified, the MPR overrides the Native Execution Environment.There is no default. If a value is not specified either in the MPR or the Native Execution Environment then extended data stream is not supported. Specifies the name of the TIBCO Object Service Broker IMS conversational transaction to invoke when resuming a TIBCO Object Service Broker IMS TM transaction within an MPR.To run with a different version of S6BDCKRN (for testing purposes), specify a transaction code name on the IMSSCREENTRAN parameter that is different from the default S6BDCKRN. To avoid an 806 abend when loading the module with the new name, copy the test version of S6BDCKRN with a new name (same as the Transaction Code) into the load library. The PSB name must match the transaction code to avoid a 0C4 abend. Specifies the name of the TIBCO Object Service Broker IMS non-conversational transaction to invoke when resuming a TIBCO Object Service Broker IMS TM transaction within an MPR. Specifies the type of Execution Environment to start within the address space. REMOTE is the only valid value for this parameter. REMOTE specifies that the IMS MPR establishes a connection with a Native Execution Environment specified by the EENAME parameter to access the Data Object Broker and external server data.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |