View previous topic :: View next topic |
Author |
Message |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Thu Aug 24, 2006 11:37 pm Post subject: transmit VSAM files |
|
|
Hi,
I know how to Transmit (XMIT) PS & PDS files from one node to another node.
How to transmit VSAM files from one node (IPC) to another node (IPC).
Please help.
TIA. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Aug 25, 2006 7:44 am Post subject: |
|
|
ranga_subham,
You CAN Only transmit sequential and partitioned data sets that have the fixed, variable and undefined record formats.You CAN NOT transmit ISAM and VSAM data sets, or data sets with user labels or keys.
If you really want to transmit the VSAM Cluster, then you need to
1. Repro the vsam file to seq file
2. Define the VSAM cluster with same attributes on the target node
3. Xmit the seq file from step 1 to target node
4. Now Repro the seq file to the vsam cluster on target node.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Mon Aug 28, 2006 9:55 pm Post subject: |
|
|
Thanks Kolusu. I will try it out. I am worried about the huge data. The file consists of 160,000 records. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
stansaraczewski Beginner
Joined: 06 Sep 2006 Posts: 44 Topics: 13 Location: Southern California
|
Posted: Wed Sep 06, 2006 10:32 pm Post subject: |
|
|
What is the speed of the circuit that you will transmit over and how large is each record ? |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Thu Sep 07, 2006 1:23 am Post subject: |
|
|
I would adrdssu dump the file and transmit the sequential dump file. I think that is the easiest way. You can even terse the sequential dump file to make it smaller (trsmain). |
|
Back to top |
|
 |
|
|