Java VB editing mainframe VSAM files.

Virtual Storage Access method - ESDS, KSDS, RRDS & LDS. Basic direct access method, Basic sequential -, Queued sequential -, Basic partitioned -, Indexed sequential -, Object - access method.
Post Reply
Anand Sharma
New Member
Posts: 7
Joined: Tue Aug 19, 2014 3:08 pm

Java VB editing mainframe VSAM files.

Post by Anand Sharma »

I am working in a new mainframe project. And here, I see applications that are written in Java but interface with CICS regions. How do they do it? For instance, if I want to connect to mainframes using VB, what can I use to connect to a z/OS Mainframe?

Any documentation or sample code in this direction would be much appreciated.
nicc
Global Moderator
Global Moderator
Posts: 691
Joined: Wed Apr 23, 2014 8:45 pm

Re: Java VB editing mainframe VSAM files.

Post by nicc »

Did you not get anything when googling, or asking your colleagues or your networking guys?
Regards
Nic
Anand Sharma
New Member
Posts: 7
Joined: Tue Aug 19, 2014 3:08 pm

Re: Java VB editing mainframe VSAM files.

Post by Anand Sharma »

I aksed to the colleagues but they are from mainframe side and don't know much about it. There are stored procedures written to send the data to front end java screens but I'm asking about the set up at system level.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1895
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Java VB editing mainframe VSAM files.

Post by Robert Sample »

As an application programmer, there is little you can do except talk to your site support group.  CICS, for example, has a Web Interface component that listens on a particular TCP/IP port (and this port MUST be uniquely assigned to the CICS region for the entire LPAR) and responds to requests on that port.  There is software that can be installed on a mainframe to listen for requests on a port and respond to them, but such software needs to be installed and customized by your site support group since it is vitally important that none of them use the same TCP/IP port.  It is possible that your site already has software it is using, and it is also possible that such software would have to be purchased and installed.  Without such software, you can send requests to the mainframe all day long but you'll get nothing back since the mainframe won't know you're attempting to talk to it.
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 “SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.”