by dick scherrer » Fri Oct 08, 2010 1:40 am
Hello,
Quite a few products do this.
VSAM commands are intercepted before vsam data is addressed. The intercept looks at some control table (in some load module or stored data) and determines whether to re-route the vsam command elsewhere or continue to the normal vsam processing.
Some of the products that do this call it "VSAM Transparency". For example, cobol code that "works with vsam" will run unchanged against a database if that database supports vsam transparency.
Hope this helps,
d.sch.