Search found 5 matches

by meet_raghu
Wed Jan 09, 2008 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Metadata export to UAT
Replies: 2
Views: 1528

in simple No need to export the Metadata to UAT, if you are not using XML stages in your jobs
by meet_raghu
Wed Nov 07, 2007 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel File on different server
Replies: 8
Views: 4657

DataStage can't read any file from the mapped / shared drive. It is a limitation in DataStage.
by meet_raghu
Wed Oct 31, 2007 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 13
Views: 26787

Re: px

Hi Everyone I have got new problem, Earlier I thought of first name and last name only Now I have prob with middle name For example: From the source I am getting a name called "kenneth charlie Browne" in the transformer the name should get split into only two columns called first name and...
by meet_raghu
Mon Oct 01, 2007 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage
Replies: 13
Views: 26787

Re: datastage

you may use

First_Name=Field(fullname,' ', 1)
Last_Name=Field(fullname,' ', 2)

in transformer.
by meet_raghu
Mon Oct 01, 2007 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to parameterize the jobs
Replies: 1
Views: 1219

Re: Need to parameterize the jobs

You can use Multiple Instances enabled in DataStage Designer and create 4 instances of the server job in Director.
While running from the Shell script you can specify which instance need to run by just appending the instance name at the end of job name.