![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
To run TIBCO Object Service Broker authorized and to use Cross Memory Services with other Execution Environments like CICS and IMS TM, you must install the TYPE(3) SVC provided with TIBCO Object Service Broker.
• Dynamically define and install the SVC using the S6BSVCIN TIBCO Object Service Broker utility.TIBCO Object Service Broker must run authorized and the TIBCO Object Service Broker SVC is required under the following conditions:Refer to Authorizing the Service Gateway for CICS for more information.
Assign a TYPE(3) SVC number for the use of TIBCO Object Service Broker. This will be the value of parameter SVC=$SVCNUM$ in Creating Execution Environment Parameter Modules. See TIBCO Object Service Broker Parameters for details.
Ensure that the SVC number you will use is defined to the image of z/OS where you will run your Execution Environment (confirm this with your site's systems programmer). Refer to TIBCO Object Service Broker Parameters for a description of the SVC parameter.
• Program S6BSVCIN can be executed during an IPL using member IEACMDxx in SYS1.PARMLIB, if the SVC is to be dynamically installed.
• If you need to replace the SVC at any time, code PARM='S6BDRCB0,REPLACE' in the EXEC statement. The existing installed TIBCO Object Service Broker SVC is then replaced in the system. Example:
• Do not copy the SVC to a system library such as SYS1.LPALIB. The SVC must be in the SVCINSTL's STEPLIB DD concatenation.
To delete an old release level of the SVC and install a new level, delete (DELETE) the SVC with the load library of the old release and install (ADD) the new version with the new load library. Doing so eliminates any mismatches that might occur during authentication of the S6BSVCIN utility and processing of the SVC.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |