Search found 52 matches

by nani1974
Wed Jul 18, 2012 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how i can achieve this result in datastage 7.5 px
Replies: 11
Views: 5076

Hi,
As per my understanding..part no is key and in the output there are four fields including the key...so now he wants all the data together in the output field as one(as per my understanding)...so for achieving that we can use column_export stage.
by nani1974
Wed Jul 18, 2012 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how i can achieve this result in datastage 7.5 px
Replies: 11
Views: 5076

Hi,
I think you can do this by using Column_Export stage.

Thanks
Kumar.
by nani1974
Tue Dec 06, 2011 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Logic
Replies: 16
Views: 7042

SFDC stage?
by nani1974
Mon Dec 05, 2011 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Logic
Replies: 16
Views: 7042

Hi,
Sorry about this.....we don't need transformer for this....just in the lookup condition not met then fail...as she mentioned earlier.
by nani1974
Mon Dec 05, 2011 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Logic
Replies: 16
Views: 7042

Hi,
I am sorry...what i mean is write a User Defined SQL in your Lookup reference stage and compare both the records in the next stage that is transformer.
by nani1974
Mon Dec 05, 2011 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input Stage Question
Replies: 3
Views: 2082

Hi,
how you read the XML file....before XML input stage...you should read the file as single LongVarChar field and then pass on to XML Input stage..there load the XML metadata in Output..Columns.. of the stage.
by nani1974
Mon Dec 05, 2011 4:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Logic
Replies: 16
Views: 7042

Hi,
Yes..if you are doing a lookup from a table then you can write a User defined SQL.
by nani1974
Mon Dec 05, 2011 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Logic
Replies: 16
Views: 7042

Hi,
Yes,...b and c are reference tables as you said... you can do a Union on both those tables and then compare to Source table.
by nani1974
Fri Dec 02, 2011 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Oracle Cursor at Before SQL
Replies: 13
Views: 10058

Hi,
If you are running this SQL in DataStage .......it will not take Semicolon...remove that and it should work..
by nani1974
Fri Nov 04, 2011 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need SCD 2 and SCD 1 logic help
Replies: 3
Views: 2588

Hi,
As per my knowledge you can do both in SCD stage..

Kumar.
by nani1974
Wed Nov 02, 2011 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to enable Annotations in Parallel jobs
Replies: 1
Views: 2068

Hi,
Right click in your job and show Annotations........ 8)

Kumar
by nani1974
Tue Nov 01, 2011 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to Populate NULLS in plac
Replies: 2
Views: 1969

Hi,
You can do this in Transformer stage by using If Then Else condition..

Kumar.
by nani1974
Wed Jun 15, 2011 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle function IN equivalent in Datastage
Replies: 3
Views: 2707

Even You can use 'If Then Else' in Transformer and get the result.
by nani1974
Mon Jan 24, 2011 4:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Function
Replies: 1
Views: 1942

Convert Function

Hi,
I want to convert from '-----' to '-' so for this i am using Convert function Convert('---','-',NullToValue(lnput_field,'-')) ............but i am getting empty rows in the output.........can any one please help me out with the code.

Thanks
Kumar.
by nani1974
Thu Jan 06, 2011 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To view lookup file set and file set data
Replies: 2
Views: 2095

Same as Sequential file and Dataset.

Nani.