Table 1 lists the files supplied with the EJB Bank Account sample.
Filename | Type | Default location | Comments |
---|---|---|---|
DFH$EDB2 | Text deck | SDFHSAMP | DB2 data definition language (DDL) statements to define the DB2 data tables used by the sample and to populate them with data. |
DFH$ESQL | Text deck | SDFHSAMP | DB2 data manipulation language (DML) statements to bind the DB2 data tables to the COBOL server programs. |
DFH$EJB2 | Resource definition group | CSD | Contains the CICS resource definitions required by the sample application. |
DFH0ACTD | COBOL source code | SDFHSAMP | Source code of the DFH0ACTD server program. |
DFH0CSTD | COBOL source code | SDFHSAMP | Source code of the DFH0CSTD server program. |
DFHEBURM | Sample user replaceable program | SDFHSAMP | Changes the user ID under which the sample runs. |
CicsSample.ear | EAR file | HFS samples directory: see Note. | The Web components of the sample application—Java servlet classes and source files; HTML and JSPs. |
readme.txt | Text file | HFS samples directory: see Note. | Contains:
|
SampleCLI.jar | JAR file | HFS samples directory: see Note. | Client EJB stubs required by the servlet. |
SampleEJB.jar | Deployed JAR file | HFS samples directory: see Note. | Java classes, source files, deployment descriptor, plus supporting classes for the CICS enterprise bean. Doesn't need to be unpacked unless you want to modify the source code. |
Note: The default HFS samples
directory is
where cicsts31 is
the value of the CICS_DIRECTORY variable used by the DFHIJVMJ job during CICS
installation. |