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


Chapter 2 Operating the Service Gateway for IMS/DB : Preparing the IMS and DB2 Environments for Accessing DB2 Data

Preparing the IMS and DB2 Environments for Accessing DB2 Data
Before you can access DB2 data, ensure you properly modified the IMS and DB2 environments as described in Preparing for Installation and TIBCO Service Gateway for DB2 Installing and Operating. In addition, if a Static SQL handler is used by the Gateway, add the default AMODE and RMODE to the link control card input statements: AMODE(31) and RMODE(24)
Changes to Link Control Card Members
This example illustrates the changes you must make to each link control card member generated by @STATICSQL

 
INCLUDE OBJECT2(D2CSGEMP)
MODE AMODE(31),RMODE(24)
ENTRY D2CSGEMP
NAME D2CSGEMP(R)

 

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