You can build a DLL capable of running in a CICS® TXSeries for Windows region by using CICS TXSeries to translate EXEC CICS statements
in your source code.
Your
source code must be in a local project before you can build a Windows DLL.
To build a Windows DLL
using CICS TXSeries for Windows, follow these steps:
- Open the Local COBOL Build Options Properties
page.
- Type TEST,ADATA,EXIT(ADEXIT(FTTFDBKW)) in
the Compile Options field.
- Type \CICS\INCLUDE in the SYSLIB field.
- Select Invoke preprocessor.
- Type CICSNT(-lIBMCOB) in the Preprocessor
Options field.
- Click Apply.
- Click Local Link Options in the
list on the left. The Local Link Options pane opens
on the right.
- Select DLL.
- Type /de -IMP:cicsprIBMCOB.lib in the Link
Options field.
- Click Apply.
- Click OK.