Specify the ODBC driver setup for the datastore database which in this case, will store your VSAM files:
Open the .odbc.ini configuration file and add a data source entry for the datastore database which in this case, will store your VSAM files:
[PG.VSAM] Driver = <driver-name> Servername = <server-name> Port = <port-no> Database = VSAM
where:
See the Configuration Requirements chapter for more configuration information.