Chapter 6 Using Application Integrator with EAServer
AI for CICS and stored procedures components are developed and deployed using the AI Component Builder. The AI Component Builder makes it easy to create components that invoke existing mainframe COBOL programs or database stored procedures, and deploy the components to EAServer. Each component contains a collection of methods, and each method executes a COBOL program or stored procedure.
You create methods in CICS components from COBOL COMMAREA definitions, which describe the inputs and outputs of COBOL programs.
You can automatically create methods in stored procedure components by using the AI Component Builder to browse a database and selecting stored procedures. You can also manually create methods in stored procedure components by entering information about stored procedures directly in the AI Component Builder. Methods for stored procedure components can execute stored procedures that reside in a database that is accessible through a JDBC driver.
A COBOL program from which you can create a component must meet these requirements:
AI components map COBOL and stored procedure datatypes to the datatypes supported in EAServer. EAServer uses interface definition language (IDL) to provide mappings between datatypes of different languages and object models.
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |