XDB RM Switch Module
- Source Code
- The XDB RM switch module COBOL source file,
ESXDBXA.CBL, is located by default in the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\src\enterpriseserver\xa directory.
- Building the Switch Module
- You can use either of the following methods to build the XDB switch module:
- Method 1
-
- Start an
Enterprise Developer command prompt, 32 bit, running as an administrator.
- Change to the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\src\enterpriseserver\xa directory (default location).
- Enter
build xdb
- Method 2
-
- Start an
Enterprise Developer command prompt, 32 bit.
- Copy all files from the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\src\enterpriseserver\xa directory (default location) to any location where you have WRITE permission.
- Change to the directory containing the copied files.
- Enter
build xdb
- Build Output
- The build process produces a binary file from each COBOL source file:
COBOL Source
|
Binary File
|
ESXDBXA.CBL
|
ESXDBXA.DLL
|
ESXDBOPC.CBL
|
ESXDBOPC.DLL
|