Sun Microsystems 5.1.3 Network Card User Manual


 
Chapter 7 Section 7.1
Implementing the VSAM eWay Sample Projects About the VSAM eWay Sample Projects
VSAM eWay Adapter User’s Guide 62 Sun Microsystems, Inc.
Insert employee records data into the CICSEMP table.
Update an employee record in the CICSEMP table.
Delete an employee record from the CICSEMP table.
In addition to sample Projects, the VSAM510_SAMPLE_projects.zip file also includes
six sample input trigger files and ten sample output files (five per sample).
Sample input files include:
TriggerDelete.in.~in
TriggerInsert.in.~in (for JCE projects only)
TriggerBpInsert.in.~in (for BPEL projects only)
TriggerPsSelect.in.~in
TriggerTableSelect.in.~in
TriggerUpdate.in.~in
Sample output JCD files include:
JCD_Delete_output0.dat
JCD_Insert_output0.dat
JCD_PsSelect_output0.dat
JCD_TableSelect_output0.dat
JCD_Update_output0.dat
Sample output BPEL files include:
BPEL_Delete_output0.dat
BPEL_Insert_output0.dat
BPEL_PsSelect_output0.dat
BPEL_TableSelect_output0.dat
BPEL_Update_output0.dat
7.1.1 Operations Used in the VSAM Sample Projects
The following database operations are used in both BPEL and JCD sample Projects:
Insert
Update
Delete
Select (BPEL “SelectAll” Activity)