Getting VSAM Files Into ColdFusion
We have a client that currently runs a batch file nightly to take a VSAM file and generate static HTML from that. We are assuming that there is some Cobol code being used to carry out that task. In looking around for a better way to do this we located a product called “VIASQL” which takes the VSAM file and using either ODBC, JDBC, or SOAP allows SELECT, INSERT, UPDATE, and DELETE statements.
