Is it possible to access vsam from a java program running on Linux or windows?

Other Mainframe related questions which attracts you and there is no suitable Forum you find for it and related FAQs.
Post Reply
Sushma Ashok
New Member
Posts: 2
Joined: Mon Apr 06, 2015 2:03 pm
India

Is it possible to access vsam from a java program running on Linux or windows?

Post by Sushma Ashok »

Hi,

Is it possible to access VSAM from a java program running on Linux or windows?

Does JCICS provide this integration?.

If not JCICS, is there any pattern exist to connect to VSAM from java program running on windows/Linux?
User avatar
florry372
New Member
Posts: 7
Joined: Wed Jun 12, 2024 8:36 pm
United States of America

Re: Is it possible to access vsam from a java program running on Linux or windows?

Post by florry372 »

Yes, it's possible! You can use JCICS if your Java program is interacting with a CICS region that accesses the VSAM files. Alternatively, for direct access, consider using JDBC with a middleware or APIs like IBM's JZOS or MQ for integration. It depends on your architecture and connectivity setup.
User avatar
Anuj Dhawan
Founder
Posts: 2824
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Is it possible to access vsam from a java program running on Linux or windows?

Post by Anuj Dhawan »

Just adding my two cents: Wouldn't JCICS require the Java program to run within the same mainframe environment where CICS and the VSAM datasets reside? As far as I know, JCICS enables Java applications to interact with CICS, but this typically happens within the JVM running on z/OS. Since the OP mentioned that their Java program is on a Windows/Linux box, JCICS might not be a straightforward solution unless there's a way to bridge the environments effectively, such as through a remote CICS transaction gateway. It might be worth exploring middleware or other APIs like IBM's MQ or JZOS as mentioned.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Other Mainframe Topics, Off-Topics, FAQs.”