Question

I have seen application that are written in Java that can interface to CICS regions on the Mainframe(haven't seen the source code). I am looking for an alternative to the Java method in VB or C# that I can use to connect to a z/OS Mainframe 3270 to retrieve records in VSAM files.

Any documentation and/or sample code it would be much appreciated.

Was it helpful?

Solution

Some methods are discussed in this thread.

You mention 3270; another method to access existing mainframe 3270 applications is via screen scraping. This is often considered less desirable than the mechanisms discussed in the linked thread above, but is sometimes the only option when no mainframe person is available to create/modify the CICS application(s).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top