Search found 6797 matches

by DSguru2B
Fri Jan 26, 2007 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Instances--SH -c "dsjob -ljobs <Project> |
Replies: 7
Views: 1448

jhmckeever wrote:Thank God - I thought this thread was about to reveal some mysterious new "dsjob" behaviour I'd never encountered. :-)

J.

I felt the same. Thats why immediately tried the command to double check at my end and results came negative. :)
by DSguru2B
Fri Jan 26, 2007 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Date format in oracOCI
Replies: 38
Views: 8420

Are you also doing OCONV along with your ICONV? I didnt know oracle could accept internal formats :?
Look into your log file, do you have warnings?
by DSguru2B
Fri Jan 26, 2007 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Space
Replies: 7
Views: 1423

That looks good. Also try looding your excel to the lookup file set. See if you see any performance difference.
by DSguru2B
Fri Jan 26, 2007 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Instances--SH -c "dsjob -ljobs <Project> |
Replies: 7
Views: 1448

Thats what i was going to say, dsjob -ljobs just retrieves the jobnames without their instances.
by DSguru2B
Fri Jan 26, 2007 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator error
Replies: 7
Views: 1244

Make it nullable in your target file and see what happens.
by DSguru2B
Fri Jan 26, 2007 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When checking operator error
Replies: 7
Views: 1244

Search on the error message to find out what different instances can cause this to happen. Is this a straight pull from source to your flat file? Are you absolutely sure that this column is not null in source. Put a null check on that column. Something like if ISNULL(in.TYPE_ID) then "N...
by DSguru2B
Fri Jan 26, 2007 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The DateGenericToODBCWithTime transform
Replies: 6
Views: 1725

There are so many functions that achieve similar tasks. I can use ICONV/OCONV and FMT function to format a string. Which one to use is simple the developers choice. You were getting problems with that function, I advised to use a macro that achieves the same functionality. If it works, well and good...
by DSguru2B
Fri Jan 26, 2007 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Space
Replies: 7
Views: 1423

Build a lookup data set with those entries. Do a lookup. 2000 If then else statements are absurd.
by DSguru2B
Fri Jan 26, 2007 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of virtual processors
Replies: 9
Views: 1998

Hmm. This way a person can increase the cpu's from 2 to 16 and keep running the jobs without fault, except for that one warning.
by DSguru2B
Fri Jan 26, 2007 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dropping component because of prior component with same name
Replies: 1
Views: 1587

Search on keywords "prior component with the same name".
by DSguru2B
Fri Jan 26, 2007 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of virtual processors
Replies: 9
Views: 1998

fmartinsferreira wrote:
Good, if some warning happen I will ask a new Authorization Code. 8)

I cannot only have aborts. :D


Thanks

But I am not sure how much grace period you get with those warnings. Someone else can throw some more light on that.
by DSguru2B
Fri Jan 26, 2007 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fact to Fact
Replies: 8
Views: 2103

Very smart analysis and suggestion by Ken. Two thumbs up, Ken :wink:
by DSguru2B
Fri Jan 26, 2007 8:05 am
Forum: General
Topic: 1 file - multiple messages to multiple outputs using header
Replies: 4
Views: 1716

You can do that in TX :?
by DSguru2B
Fri Jan 26, 2007 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: px version of Ereplace()
Replies: 51
Views: 66642

chulett wrote:Slave.

Maybe not.
Maybe a student.
On a serious note, I will definately let you know Kim once I am done with my current engagement. Thanks for looking out.
Regards,
by DSguru2B
Fri Jan 26, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance tuning
Replies: 7
Views: 1910

If this were server then you would see a considerable amount of difference, but px sorting is pretty sleek. As Ray noted, sorting and agregations are still being done and hence your results.