host-integration-server

How can I access mainframe data with .Net applications and SQL Queries?

We have a large amount of data stored on an IBM mainframe using VSAM files. A lot of this data is dropped on the network every night in the form of text files to be processed and dumped into FoxPro and SQL Server databases. There are also many text files produced nightly by custom applications that get uploaded to the mainframe to keep e...

HIS Server Protocol

To give a bit of context to my problem, we have a 3270 Telnet Emulator (WinVV) that connects to an HIS server that then connects to an SNA Server and eventually to an IBM mainframe. I now want to write an app that automates data retrieval and have chosen (not that there's much choice) to use the Jagacy library. Before I start coding I wa...