How to extract data from Mainframes IMS & VSAM data

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dashamukhi
Participant
Posts: 6
Joined: Thu Aug 21, 2008 1:19 am
Location: Chennai

How to extract data from Mainframes IMS & VSAM data

Post by dashamukhi »

Hi,
I want to extract data from Mainframes IMS and VSAM data and load to the same formats using parallel job. Please advice me what intermediate stage to be used between Source and Tagfet stages?

My requirements is : SRC (Mainframe)----> stage ---->TGT (Mainframe)

Thanks in advance
Best Regards,
Prashanth
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

There is a version of DataStage that runs on the mainframe which is the best choice for this; otherwise you will need to ensure that FTP, C:D or other method exists with which the data can be transferred from and to the host in order for it to be processed by DataStage.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That happy man is "C:D".
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Craig - thanks for that. I would have gone back and corrected my post to disable smilies, but then your corrective post would have made absolutely no sense at all :)
dashamukhi
Participant
Posts: 6
Joined: Thu Aug 21, 2008 1:19 am
Location: Chennai

extracting data from Mainframes IMS & VSAM database

Post by dashamukhi »

Thanks Arnd,

the data in IMS is of 80's and version of IMS database is 1.0. I think the present vesion is 8.0 if i am not wrong. We do need to filter the records at the time of extraction. Can we use Complex Flat file stage for this requirement? any idea? I never used CFF stage.

Thanks again
Best Regards,
Prashanth
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Complex Flat Files read and parse COBOL structures. But first you need to get the data from your host to the UNIX DataStage server and you need to send them back after processing. Do you have a method arranged to do this transfer?
Post Reply