Search found 42189 matches

by chulett
Fri Feb 20, 2009 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating the sequence number and reseting the value for ne
Replies: 3
Views: 1860

Use stage variables to do group change detection. For the first row in the group, capture the sequence number and for all subsequent rows, decrement it by 1.
by chulett
Fri Feb 20, 2009 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

I did almost exactly that before posting, worked just fine for me.

Edited to add: just did that exact thing, again worked just fine.
by chulett
Fri Feb 20, 2009 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage routines write binary files?
Replies: 8
Views: 4938

What do you mean by 'binary' in this context? And you don't need to convert anything there, simply send it EBCDIC data to write.
by chulett
Fri Feb 20, 2009 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it Possible to Call DataStage Basic in Custom Routine?
Replies: 4
Views: 2256

Sure, as long as you include the appropriate ".h" file and add a DEFFUN statement. Search for DEFFUN in the forums for discussions on and examples of this.
by chulett
Fri Feb 20, 2009 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

Sainath.Srinivasan wrote:Does not matter. DS will still parse and give the error.
I'm sorry, but if you're replying to me about the commented out lines in the sql, you are incorrect. Comments are completely ignored.
by chulett
Fri Feb 20, 2009 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updates happening very slow
Replies: 14
Views: 3332

"How can i find whether the OCI stg is using that index at run time." It go faster? :wink: As noted, use your tool of choice - Toad, SQl*Plus, etc - to check the explain plan of the DML if you're worried about it. Or have your DBA check for you. Ya Its going faster. I have a test table an...
by chulett
Fri Feb 20, 2009 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

qutesanju wrote:the same sql is running in sql server so i think datastage must accept it
Not if it's too long.
by chulett
Fri Feb 20, 2009 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use comman table expression(Inline view) in ODBC Stag
Replies: 23
Views: 7110

Sainath.Srinivasan wrote:You appear to be using a temporary table (#temp). But DS might interpret that as a parameter with missing #.
Those parts are commented out.
by chulett
Fri Feb 20, 2009 9:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to retrive the data from CLOB Column through datastage
Replies: 11
Views: 7569

Yes, there can be and again it centers around just how much C you need to put into the LOB.
by chulett
Fri Feb 20, 2009 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB STOPPING WITHOUT EXPLANATION
Replies: 32
Views: 6079

Yes, exactly that - an expression that equates to false so no rows go through.
by chulett
Fri Feb 20, 2009 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set Project to Compile before execute
Replies: 37
Views: 9234

Oh, and off the top of my head:

c) DSPrepareJob() in your own job control code.
by chulett
Fri Feb 20, 2009 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set Project to Compile before execute
Replies: 37
Views: 9234

You want to reset before the next run, not immediately after the failed run - you lose diagnostic information if you do the latter.
by chulett
Fri Feb 20, 2009 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Set Project to Compile before execute
Replies: 37
Views: 9234

No, you don't. You need to Reset the job, not recompile it. :?
by chulett
Fri Feb 20, 2009 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB STOPPING WITHOUT EXPLANATION
Replies: 32
Views: 6079

That's too bad, it can be very helpful when it shows up. :(
by chulett
Fri Feb 20, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP_Plugin Error
Replies: 2
Views: 1410

Wow, I'm not sure I'd even consider using the FTP stage for volumes like that. :?