Page 1 of 1

DB2 UDB versus DB2 Mainframe

Posted: Thu May 25, 2006 5:15 pm
by pavan_test
Hi All,

I have a question. I am working on Datastage 7.5.1 server edition.

suppose I have to extract from DB2 using server edition.
and i do i have to load into DB2 .

1) what are the things i do have to keep in mind while doing the extracting and loading using datastage server edition if the source is DB2 UDB and targets are DB2 UDB

2) what are the things i do have to keep in mind while doing the extracting and loading using datastage server edition if the source is DB2 Mainframe and targets are DB2 Mainframe


thanks
pavi

Posted: Fri May 26, 2006 7:15 am
by DSguru2B
Your question is of a very generic nature. It could result in a variety of answers. Can you be more specific on what exactly you mean by "what are the things i do have to keep in mind" :?: :?: :?:
O, one more thing, If DB2 is on mainframe, i dont think you can connect directly to it using the server edition. You will have to get flat files and then you can access them via seq. file stage or CFF stage.

Posted: Fri May 26, 2006 4:48 pm
by ray.wurlod
Another possibility is to expose the DB2/390 tables as if they were local using DB2 Connect. The fact that they are actually on the mainframe is then transparent to DataStage.

Re: DB2 UDB versus DB2 Mainframe

Posted: Fri May 26, 2006 6:45 pm
by s_boyapati
You can use DB2 UDB API as a source and DB2 API or DB2 UDB Load as target.(DS server <-> DB2 UDB)

In case of DB2 mainframe, you always point to DB2 connect server where it is loaded. That DB2 connect software will point you to DB2 mainframe. ( DS Server <-> Db2connect <-> DB2 mainframe).

pavan_test wrote:Hi All,

I have a question. I am working on Datastage 7.5.1 server edition.

suppose I have to extract from DB2 using server edition.
and i do i have to load into DB2 .

1) what are the things i do have to keep in mind while doing the extracting and loading using datastage server edition if the source is DB2 UDB and targets are DB2 UDB

2) what are the things i do have to keep in mind while doing the extracting and loading using datastage server edition if the source is DB2 Mainframe and targets are DB2 Mainframe


thanks
pavi