Transmit the VSAM file from one region to other.

Time Sharing Option, Interactive System Productivity Facility and REstructured eXtended eXecutor

Moderator: mickeydusaor

Post Reply
Babin Mehta
New Member
Posts: 4
Joined: Fri Nov 21, 2014 4:47 pm

Transmit the VSAM file from one region to other.

Post by Babin Mehta »

Hello.

Is there any way to transmit a VSAM file from one region to other? As of now we repro it to a flat file and transmit (XMIT) the resulted file to other region. In another region we rebuild it. But it's too time consuming with bug files. Can there be an alternate way of doing it?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1886
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Transmit the VSAM file from one region to other.

Post by Robert Sample »

I assume what you are calling "region" is actually an LPAR. The term "region" in z/OS is used pretty much exclusively to refer to an instance of CICS and only to CICS.

The best way is to unload the VSAM data set (note that files only exist in Unix System Services on z/OS -- all other places, including VSAM, they are called data sets) to sequential, transfer the sequential data set, and rebuild the VSAM data set using a DELETE / DEFINE job. It may -- or may not -- be possible to transfer the VSAM data set by using ADRDSSU; you'd need to work with your site support group to do that. One of the issues is that DF/DSS (ADRDSSU) back up / dump data sets have special formatting and hence are not that easy to transfer from one LPAR to another.
Babin Mehta
New Member
Posts: 4
Joined: Fri Nov 21, 2014 4:47 pm

Re: Transmit the VSAM file from one region to other.

Post by Babin Mehta »

Thanks. We kept on doing it like that. But I just read that we can use NDM for transferring the VSAM, have someone used it ?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1886
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Transmit the VSAM file from one region to other.

Post by Robert Sample »

NDM has been called Sterling Connect:Direct for a number of years. Yes, it can be used to transfer the data set. However, it is NOT part of z/OS and requires additional payment to IBM (they bought Sterling a while back) to use the product, so not all sites have it available. If your site has it installed, then you have access to the manuals (actually, IBM makes the manuals available through their web site whether or not you have the product installed), so you can read them to find out how to use the product. Our site does not have the product installed, so I defer to others for usage questions on Connect:Direct.
User avatar
Anuj Dhawan
Founder
Posts: 2799
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: Transmit the VSAM file from one region to other.

Post by Anuj Dhawan »

In one fo the shops I worked with we used Sterling Connect:Direct (back then NDM) to transfer the VSAM data-set from PROD to TEST. It was used for test purpose and there were . some "in-house rules" to follow before we could transfer the data. If you've Sterling Connect:Direct installed, as Robert has referenced to, look in to the online manuals (QuickRef if installed) or ask around in your company to follow the process. Usually it has a user interface in the form of ISPF panel; batch interface is available though.
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 “TSO, ISPF & REXX (Do you still do CLIST?!).”