Chapter 6 Section 6.1
Using VSAM Operations VSAM eWay Database Operations (BPEL)
VSAM eWay Adapter User’s Guide 54 Sun Microsytems, Inc.
Figure 20 Input and Output Between ActivitiesThe following table lists the expected Input and Output of each database operation Activity.Table 10 VSAM Operations
eInsight Operation Activity Input Activity Output
SelectAll where() clause (optional) Returns all rows that fit the
condition of the where()
clause.
SelectMultiple number of rows
where() clause (optional)
Returns the number of rows
specified that fit the condition
of the where() clause, and the
number of rows to be
returned.
For example: If the number of
rows that meet the condition
are 5 and the number of
available rows are 10, then
only 5 rows will be returned.
Alternately, if the number of
rows that meet the condition
are 20, but if the number of
available rows are 10, then
only 10 rows are returned.