Search found 12 matches

by sksdsx
Wed Jan 14, 2015 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Reusable transformation Logic.
Replies: 6
Views: 3299

The only solution to this to generate a parallel routine.
by sksdsx
Tue Jan 13, 2015 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Function in Transformer
Replies: 2
Views: 3012

Hi sohasaid, Did The issue get resolved? if yes how Please share the solution . Hi ray, I am facing similar issue as the job is not getting compiled there is no entry in the directory. how can i find out whether the path exists and if it does not where do I add it. Appreciate your time. Thanks In Ad...
by sksdsx
Thu Jan 08, 2015 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Reusable transformation Logic.
Replies: 6
Views: 3299

Hi Chulett, Thanks, this helps , Please correct me if I am wrong transform can only be written with help of server functions and we cannot leverage it, with parallel jobs . Apart from Parallel routine are there any other option to achieve this. Would appreciate any pointers/clues . Thanks In Advance!
by sksdsx
Thu Jan 08, 2015 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Reusable transformation Logic.
Replies: 6
Views: 3299

Hi , Thanks for your response. I am aware of derivation substitution currently we are using same mechanism but it would simplify the derivation if we could pass just the <field> as an argument and would be easy to read. Similar to NullToEmpty function. I have tried creating a custom transform but in...
by sksdsx
Thu Jan 08, 2015 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert Reusable transformation Logic.
Replies: 6
Views: 3299

Convert Reusable transformation Logic.

Hi Experts, we have a requirement to perform similar transformation on most of the incoming fields. i.e. If IsNull(Lnk.col1) the SetNull() else StringToDate(Lnk.col1,"%yyyy%ddd") as there are more than one field need to have similar derivation in multiple jobs. Just wanted to explore is th...
by sksdsx
Fri Jul 11, 2014 12:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot using Looping transformer.
Replies: 4
Views: 3690

Hi , I used another transformer stage and checked in incoming Notification id and previous notification are same then incremented the counter by 1 else set it 0 and was able to get the o/p correctly. I am good not sure why couldn't achieve it in same transformer ...Had set (preserve-partitioning fla...
by sksdsx
Thu Jul 10, 2014 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot using Looping transformer.
Replies: 4
Views: 3690

Thanks a ton for your time and patience ...This really helped.

All the values are getting populated correctly, except SEQ_NUM...the value is set to 1 always
by sksdsx
Thu Jul 10, 2014 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot using Looping transformer.
Replies: 4
Views: 3690

Thanks aton! I will try and let you the result set.
by sksdsx
Thu Jul 10, 2014 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot using Looping transformer.
Replies: 4
Views: 3690

Vertical Pivot using Looping transformer.

Hi , --- Incoming Source Data NTFCTN_ID NTFCTN_DT EVENT_TYPE SEQ_NUM NAME VALUE ---------- -------------------- ---------- ---------- --------------- --------------- 311 29-JUN-2014 12:49:38 31 1 EXTRA1 Extra 311 29-JUN-2014 12:49:38 31 2 STATE Florida 311 29-JUN-2014 12:49:38 31 3 CITY Jacksonville...
by sksdsx
Wed Apr 23, 2014 4:26 pm
Forum: General
Topic: TFS : Integrate Source code error.
Replies: 3
Views: 3944

Re: TFS : Integrate Source code error.

There was a work around suggested by IBM: Whenever we Connect into TFS via Information server manager we need to login instead of having the option Save password check .

This will reset the Connection string and we would not receive the host name with ":9080" appended

Hope this helps!
by sksdsx
Fri Apr 11, 2014 1:31 pm
Forum: General
Topic: TFS : Integrate Source code error.
Replies: 3
Views: 3944

TFS : Integrate Source code error.

Hi, We are trying to Integrate TFS with DataStage 9.1.2. While doing so we encountered an error and are unable to proceed further can you please advice. The error is as follows: ": is an invalid character in resource name 'rchdxz50.mckesson.com:9080:9080:9080:9080:9080.9080'." The issue se...
by sksdsx
Tue Feb 25, 2014 9:58 am
Forum: General
Topic: Import Specific Job from .isx file
Replies: 2
Views: 2371

Import Specific Job from .isx file

Hi Experts,

Is it possible to import a Specific job from .isx file for DataStage 9.1.

Thanks In Advance!