View previous topic :: View next topic |
Author |
Message |
ANDY Beginner

Joined: 07 Feb 2004 Posts: 127 Topics: 67
|
Posted: Mon Jul 19, 2004 12:18 am Post subject: How to transfer VSAM file? |
|
|
We can transfer sequential dataset from one Host to other using command XMIT, Can we using this command to transfer VSAM file.
If not, what solution do we have? _________________ cheers,
Andy |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Jul 19, 2004 3:58 am Post subject: |
|
|
Andy,
Copy the vsam file to a sequential using an utility(idcams,sort,fileaid..) and then xmit the file
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Mon Jul 19, 2004 7:31 am Post subject: |
|
|
CONNECT:Direct for OS/390 can directly copy VSAM (and many other file types) across a network (or channel) from one system to another.
Contact Sterling Commerce (www.stercomm.com) for more information. |
|
Back to top |
|
 |
NutCracker Beginner

Joined: 13 Dec 2002 Posts: 45 Topics: 3 Location: 3rd Block from the SUN
|
Posted: Tue Jul 20, 2004 1:11 am Post subject: |
|
|
There's a hitch while copying a VSAM file from one system to another using CONNECT:Direct for OS/390.
The VSAM file on the Target node needs to be empty prior to your copy from Source node. |
|
Back to top |
|
 |
|
|