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


Chapter 2 Customizing the Installation : Installing the TIBCO Object Service Broker SVC

Installing the TIBCO Object Service Broker SVC
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.
The following methods are used to install the TIBCO Object Service Broker SVC:
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.
Define the TIBCO Object Service Broker SVC Statically
 
Define the TIBCO Object Service Broker SVC Dynamically
 
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
Copyright © TIBCO Software Inc. All Rights Reserved