In this scenario, you will create a simple composite application
that uses CICS and the Service Component Architecture (SCA) and that
can inquire on and update the FILEA sample application.
About this task
This scenario uses the following samples:
| Name |
Description |
| DFH0CFIL.cpy |
Record description of FILEA VSAM file |
| EXINQAMT.cbl |
Sample COBOL program that provides a service for inquiring
on the amount on file for an ID number. This program uses a container
interface for data exchange. |
| EXADDAMT.cbl |
Sample COBOL program that provides a service for changing
the amount on file to a specified value for an ID number. This program
uses a container interface for data exchange. |
| EXUPDAMT.cbl |
Sample COBOL program that provides a service for updating
the amount on file for an ID number, by debiting or crediting the
amount with a specified value. This program uses a container interface
for data exchange. This program also calls the services provided by
the EXINQAMT and EXADDAMT programs. |