Database stage

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
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Database stage

Post by mydsworld »

Is it possible to have any Database stage (say DB2,Oracle,ODBC) in a job, that can support different meta data.

For example , can I use a single DB2 stage simultaneously for different metadata :

1. emp_name varchar
emp_code Integer

2. emp_code integer
emp_location varchar
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

You can use different stages in same job, but not different metedata in same Stage at runtime. Datastage is Metadata driven, hence, you need to specify the metadata will before the job is complied. There are few option like schema file and RCP, where you can have flexibility to change the Metadata.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Database stage

Post by mydsworld »

How can we use schema file or RCP with a database stage to achieve the compatibility with different meta data.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

No, not available in Database stages.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
Post Reply