Sun Microsystems SUN SEEBEYOND eWAY User Manual page 93

Adapter for vsam 5.1.3
Table of Contents

Advertisement

Chapter 7
Implementing the VSAM eWay Sample Projects
VSAM Database OTD
Inbound DTD OTD
Outbound DTD OTD
Steps required to create a VSAM Database OTD:
1
Right-click your new Project in the Enterprise Designer's Project Explorer, and
select New > Object Type Definition.
The New Object Type Definition Wizard window appears.
2
Select the VSAM Database OTD Wizard from the list of OTD Wizards and click
Next.
3
Enter the connection information for the VSAM database. Connection fields
include:
Host name:
Port ID:
Database Name:
User name:
Password:
4
Click Next, and select the types of database object you want to include in the
sample Project. For our example, select the following:
Tables/Views/Aliases
Prepared Statements
5
Click Add to select tables from the VSAM database. The Add Tables window
appears.
6
Search for or Type in the name of the database. In this example we use the
CICSEMP table. Click Select when the database appears in the Results selection
frame. Click OK to close the Add Tables window
7
Click Next the Add Prepared Statements Wizard appears.
8
Click Add, the Add Prepared Statement window appears. Enter the following:
Prepared Statement Name: Select_ps
SQL Statement:
select * from CICSEMP where EMPID > ? order by EMPID
Note: In this example, the SQL statement includes the ? placeholder for input. This
placeholder represents the Where Clause.
9
Click the OK button to close the Prepared Statement window, and then click Next
on the Prepared Statements Wizard window.
10
Enter an OTD name. In this example, use otdVSAM.
11
Click Next and review your settings, then click Finish to create the OTD.
VSAM eWay Adapter User's Guide
Building and Deploying the prjVSAM_JCD Sample Project
93
Section 7.6
Sun Microsystems, Inc.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sun seebeyond eway 5.1.3

Table of Contents