View previous topic :: View next topic |
Author |
Message |
ibmprofessional Beginner
Joined: 23 Mar 2003 Posts: 2 Topics: 2
|
Posted: Sun Mar 23, 2003 2:12 am Post subject: DB2 to VSAM and vice versa |
|
|
Hi all,
I have data in DB2 table.I want to move it to a vsam dataset.How do i do it without using exec cics write .... command.
Also let me know how to move vsam data to DB2 table.
Thanking all of you,
ARV |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Sun Mar 23, 2003 7:35 am Post subject: |
|
|
ibmprofessional,
For the first query unload the db2 table and REPRO the unloaded data to the VSAM dataset.
For the second scenario , you can load the data from vsam dataset.
or you can write simple cobol program to achieve both of them above mentioned cases.
Hope this helps..
cheers
kolusu |
|
Back to top |
|
|
|
|