Table of Contents Previous Next PDF


IMS DB Access Support

IMS DB Access Support
This chapter contains the following topics:
Overview
ART for CICS enables you to use DL/I CALL 'CBLTDLI' to access IMS DB through Oracle ODBA. With this feature, ART for CICS application programs can do operations in IMS DB, such as adding, searching, and deleting data.
Configurations
Configure the followings for the IMS DB Access Support.
Configure ART for CICS for Accessing IMS DB
ART for CICS servers provide you IMS DB access environment by dynamically loading DL/I library (libcicsdli.so and libcicsdlidb.so), which works as a plug-in component in ART for CICS.
Therefore, you should get these two librarires from Oracle Tuxedo Application Runtime for IMS and locate them in ART for CICS environment variable LD_LIBRARY_PATH.
The DL/I library is located in
For more information about LD_LIBRARY_PATH, see "Environment Variables" in Oracle Tuxedo Application Runtime for CICS Reference Guide.
Configuring ART for CICS Servers
It is required to configure --IMSDB argument in ART for CICS Server CLOPT in UBBCONFIG file. For example,
--IMSDB -x -o wasa.us.oracle.com:6799:IMSD
Note:
--IMSDB argument must be the last argument in CLOPT.
For more information, see "IMS DB Argument" in Oracle Tuxedo Application Runtime for CICS Reference Guide.
Configuring Environment Variables
It is required to set the following environment variables.
For more information, see "Environment Variables" in Oracle Tuxedo Application Runtime for CICS Reference Guide.
Configuring IMS
ART for CICS uses the following configuration files for accessing IMS DB:
For more information, see "Configuration Files" section in Oracle Tuxedo Application Runtime for IMS Reference Guide.
Supported Platforms
This feature supports all Linux/AIX 64-bits platforms that Oracle Tuxedo Application Runtime for CICS and Batch 12c Release 2 (12.2.2) supports, which are listed in the "Supported Platforms" in Oracle Tuxedo Application Runtime for CICS and Batch Installation Guide.
Tips
When using COBOL-IT COBOL, you should use option -falloc-unused-linkage to compile programs which include DLIUIB in linkage section.

Copyright © 1994, 2017, Oracle and/or its affiliates. All rights reserved.