The data handler provides the interface between the catalog manager
and the data store.
The example application
provides two versions of the data handler:
- The first version uses a VSAM file as the data store.
- The second version is a dummy program that always returns the same data
on an inquire and does not store the results of any update requests.