Configuring CICS Terminals | Configuring Advanced Features of CICS Option |
CICS Option provides support for both relational and hierarchical databases. This chapter discusses the support provided.
CICS Option provides support for the following database managers:
Install the appropriate components of Mainframe Express depending on which database managers you want to use. To include support for these database managers in a Mainframe Express project, select the appropriate options in the Create new project wizard.
The support for relational database managers enables CICS applications to issue database DDL and DML statements in the form of embedded Structured Query Language. SQL requests are structured in a similar way to CICS commands. Using them, you can create, modify and query data tables.
The recommended method for using other database managers through CICS Option is to use the exit program DFHUSYNC. A sample exit program is supplied as dfhusync.cbl in the \mfe\mfcics\source folder. Follow these steps to customize the sample exit program:
This code should invoke the appropriate actions from the database manager being used. If you want to enable commit and rollback processing, include sqlca in the Working-Storage Section of the dfhusync.cbl module
Copyright © 1999 MERANT International Limited. All rights reserved.
This document and the proprietary marks and names
used herein are protected by international law.
Configuring CICS Terminals | Configuring Advanced Features of CICS Option |