Search found 123 matches

by satish_valavala
Thu Jun 08, 2006 1:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cross platform communication with DataStage
Replies: 5
Views: 1096

Is it the one and only solution?
by satish_valavala
Thu Jun 08, 2006 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cross platform communication with DataStage
Replies: 5
Views: 1096

Cross platform communication with DataStage

Hi All,
How can I access a flat file which is in mainframe environment. DataStage Server is on Windows.
by satish_valavala
Thu Jun 01, 2006 9:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage as output
Replies: 2
Views: 1150

XML Stage as output

Hi All,
I want my output in XML format. Can I customize XML tags in XML stage as output stage.

Regards
by satish_valavala
Thu May 25, 2006 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgradation to 6.0
Replies: 16
Views: 4368

One important thing is, make sure that you have all the latest COMPILED datastage code.
by satish_valavala
Wed May 10, 2006 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Date Format
Replies: 3
Views: 1349

Hi Williams,
The incoming date is in Julian format and length is 11.
Is the data type and length is same in both the Input/output tabs of Hashed file?

VS
by satish_valavala
Tue Jan 24, 2006 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partitioning data on key1 and aggregating on key2
Replies: 3
Views: 1429

partitioning data on key1 and aggregating on key2

In a PX job, If data is partitioned on key 1 and then aggregated on key 2, what issues could arise?

Thx
VS
by satish_valavala
Fri Jan 20, 2006 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Throw warning from DS Server custom Routine
Replies: 7
Views: 1658

Itried the following routine code, but its throwing compile errors, Eg:- code = trim(code) begin case case code = 'X' Ans = 1 case code = 'Y' Ans = 2 case code = 'Z' Ans = 3 case @true * (If any other value apperas for code) Ans = @null DSLogWarn("Unexpected code appeared":code,"myrou...
by satish_valavala
Thu Jan 19, 2006 12:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Throw warning from DS Server custom Routine
Replies: 7
Views: 1658

I Tried this in routine, it didn't work. I have routine named "myroutine(Arg1) , Arg1 is "Code", I am expecting 'X', 'Y' and 'Z' for Arg1, if any other value comes, I would like to throw a warning from myroutine Eg:- code = trim(code) begin case case code = 'X' Ans = 1 case code = 'Y'...
by satish_valavala
Wed Jan 18, 2006 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: storing Date(YYYY-MM-DD) in Hashed File
Replies: 3
Views: 1099

I tried VARCHAR , by changing metadata. It still showing in DS internal (integer) format of Date. I also tried changing data element to DATA-TYPE (of Varchar), it didn't workout.
by satish_valavala
Wed Jan 18, 2006 6:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Throw warning from DS Server custom Routine
Replies: 7
Views: 1658

Throw warning from DS Server custom Routine

How can we throw a warning message from a custom server routine when any of the else condition in a routine fails at job runtime.

Thanks
VS
by satish_valavala
Wed Jan 18, 2006 6:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: storing Date(YYYY-MM-DD) in Hashed File
Replies: 3
Views: 1099

storing Date(YYYY-MM-DD) in Hashed File

I am writing date(YYYY-MM-DD from sequential file) to Hashed file, hashed file is storing in its internal integer format. I need to populate this date to Oracle table date field. Is there any way to populate date to target without doing any Iconv/Oconv conversions. I mean can we store the date as it...