Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

Building the switch-load file [Table of Contents] Using the DTM XA Interface
with Encina

XA Interface Integration Guide for CICS, Encina, and TUXEDO Adaptive Server Version 12.5

[-] Chapter 3 Configuring the XA Environment
[-] Using the DTM XA Interface with CICS
[-] Adding a Sybase stanza to the CICS region XAD definition

Adding a Sybase stanza to the CICS region XAD definition

The CICS TM uses CICS XAD information to communicate with other RMs. The XAD definition contains one Sybase stanza for each LRM. For a description of an XAD stanza's attributes, see your CICS documentation.

Below are two sample Sybase XAD stanzas. Use the SMIT utility to add stanzas to your CICS region.

 betaOne:
 GroupName=""
 ActivateOnStartup=yes
 ResourceDescription="XA Product Definition"
 AmendCounter=2
 Permanent=no
 SwitchLoadFile="/usr/lpp/sybase/sample/xa_library/
                     cics/switch/sybasexa"
 XAOpen="-Uuser_1 -Ppassword_1 -Nconnection_1"
 XAClose="ignored"
 XASerialize=all_operations
 
 
 betaTwo:
 GroupName=""
 ActivateOnStartup=yes
 ResourceDescription="XA Product Definition"
 AmendCounter=2
 Permanent=no
 SwitchLoadFile="/usr/lpp/sybase/sample/xa_library/
                     cics/switch/sybasexa"
 XAOpen="-Uuser_2 -Ppassword_2 -Nconnection_2"
 XAClose="ignored"
 XASerialize=all_operations

The following fields are configuration-dependent and must be modified:

All Sybase stanzas can use the same switch-load file.

See "Open string parameters for DTM XA Interface" for information about the contents specified in the XAOpen string of the XAD Definition.


Building the switch-load file [Table of Contents] Using the DTM XA Interface
with Encina