What is the primary function of Access Manager for CICS?
Access Manager for CICS enables CICS applications to access Oracle databases on z/OS. It provides a bridge between CICS transactions and Oracle databases, allowing data retrieval, updates, and other database operations. This integration simplifies the development and maintenance of applications that require database access.
What database operations are supported?
Access Manager for CICS supports various data types and operations, including SELECT, INSERT, UPDATE, and DELETE. It allows CICS applications to interact with Oracle databases using SQL statements. The product handles the complexities of database connectivity and data conversion, streamlining the process for developers.
How does Access Manager for CICS simplify database access for CICS applications?
The product simplifies database interactions by abstracting the underlying complexities. Developers can use standard SQL statements within their CICS applications. It manages connection pooling, transaction management, and data type conversions, reducing the amount of code required to interact with the database.
How does Access Manager for CICS improve application performance?
Access Manager for CICS is designed to improve application performance by optimizing database interactions. It uses connection pooling to reduce the overhead of establishing database connections. The product also supports features like prepared statements and bulk operations to enhance efficiency.