Search found 152 matches

by betterthanever
Mon Mar 09, 2009 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle open command
Replies: 10
Views: 4527

Re: Oracle open command

here is how you should use open/close command in oracle/odbc stages.

Code: Select all

BEGIN
sql statement;
commit;
END;
by betterthanever
Fri Mar 06, 2009 3:20 pm
Forum: General
Topic: Ardent Datastage
Replies: 12
Views: 3898

by betterthanever
Fri Mar 06, 2009 2:21 pm
Forum: General
Topic: Ardent Datastage
Replies: 12
Views: 3898

Re: Ardent Datastage

VMARK->ARDENT->ASCENTIAL->IBM

http://etl-tools.info/en/datastage.html
by betterthanever
Thu Mar 05, 2009 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage requires sorted input?
Replies: 16
Views: 8377

[quote="mingzhang"]Yes, but not necessary SORTED (since didn't "perform sort"). And my question is: does Join stage require inputs to be sorted? [quote="betterthanever"]in the second scenario hash partitnoning makes sure that the key values end up in the same partition....
by betterthanever
Thu Mar 05, 2009 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage requires sorted input?
Replies: 16
Views: 8377

in the second scenario hash partitnoning makes sure that the key values end up in the same partition...
by betterthanever
Thu Mar 05, 2009 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage requires sorted input?
Replies: 16
Views: 8377

as long as the same key values endup in the same partition for all the input/references you should be okay which would have happened in the 2 step you mentioned. the first step already would have inserted the sort operator when you set AUTO partinoning..which you should be able to see in the directo...
by betterthanever
Wed Mar 04, 2009 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Main sequence getting aborted
Replies: 23
Views: 10185

it depends on the triggers we use fo the sequence...
using proper tiggers you should he able to hadle the aborts due to warnings.
by betterthanever
Wed Mar 04, 2009 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7730

bart12872,
we can handle single digit month and date as mentioned in the expessions ...

i agree that the expression you mentioned also works..
by betterthanever
Wed Mar 04, 2009 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7730

Re: My version is 7.5.1.A

[quote="efxuser"]My version is 7.5.1.A[/quote]

may be someone else with your version has to chime in ...
by betterthanever
Wed Mar 04, 2009 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7730

[quote="Sainath.Srinivasan"][code]StringToTimestamp(DSLink8.Eff_date:' 00:00:00',"%m/%d/%yyyy %hh:%nn:%ss") [/code]

Or simply to a StringToDate and use it as a date.[/quote]

the one sainath suggested also works. i tested it.
by betterthanever
Wed Mar 04, 2009 8:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToTimestamp err
Replies: 23
Views: 7730

efxuser,

i dont know if something to do with the version youa re using, but tested on 8.0.1 version before i posted it.
and it works!!!!