Search found 42189 matches

by chulett
Fri May 30, 2008 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to Sequential file problem
Replies: 4
Views: 1888

Nothing. Use something else to view the 'complete content', like say XMLSpy or others of that ilk.
by chulett
Fri May 30, 2008 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI stage is not functioning !
Replies: 8
Views: 2653

See, here we are all nice and moved. Thank you Mr Roy. First off, each O/S has "a" shared library path and it's either SHLIB_PATH *or* LD_LIBRARY_PATH, never both. For H-PUX it's the former so the LD_ line(s) can be removed so as to not confuse the issue. HP-UX B.11.23 - doesn't that mean you're sit...
by chulett
Fri May 30, 2008 5:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to implement oracle lead function in datastage
Replies: 7
Views: 6810

You haven't explained what your output needs to look like nor what the 'lead' function does. Not everyone here is fluent in Oracle and your 'problem' is unclear.
by chulett
Thu May 29, 2008 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Routines compile
Replies: 8
Views: 2175

Apparently. Probably a problem with your 'x2' version, I would guess. [shrug]
by chulett
Thu May 29, 2008 11:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Routines compile
Replies: 8
Views: 2175

Hmmm... There's a checkbox on the first page of the Wizard to 'Compile Custom Server Routines' but you don't seem to need to enable it. I just simply (and only) check the 'Show Manual Selection page' then click Next. Under Project Contents you'll find Jobs, Custom Server Routines and Custom Parallel...
by chulett
Thu May 29, 2008 10:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLAllocEnv function
Replies: 3
Views: 2005

Part of the BCI or Basic Call Interface. Pick one term and search the forums, all kinds of things you've never wanted to know will be revealed. Or download the manual from IBM's website.
by chulett
Thu May 29, 2008 9:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join Header and Tralier
Replies: 12
Views: 3678

Define 'join' in this context. Actually - spell out in words for us (and you) exactly what you need to do with the header and trailer records. Without using the word 'join'. :wink:
by chulett
Thu May 29, 2008 6:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Director - Job "Monitor" not showing the number
Replies: 6
Views: 2836

First suggestion would be to search the forums for jobmonapp and see if anything you find from that helps.
by chulett
Thu May 29, 2008 6:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI stage is not functioning !
Replies: 8
Views: 2653

You can't , only the Moderator can, which is what Ray requested. Question: have you tried to configure the Server environment for Oracle at all? This is all documented in the pdfs you have, but basically you need to do two things, both accomplished by editing the $DSHOME/dsenv file. 1. Make sure th...
by chulett
Thu May 29, 2008 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to know the update date and time of a source
Replies: 8
Views: 1952

'Real' job update date/time? Depending on what that means, you could query the DS_AUDIT table in the repository for that I would think.
by chulett
Thu May 29, 2008 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 2
Views: 1313

If you always get two digit months and day, then you can substring it apart and put it back together however you please. Otherwise, standard IConv/OConv pairs will do the trick.
by chulett
Thu May 29, 2008 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle and CLOBs
Replies: 5
Views: 2465

I've not had to worry about that large of a CLOB before, everything we have fits well under the package's 32K limit. Sorry I couldn't help. :cry:
by chulett
Thu May 29, 2008 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determine end of input data
Replies: 14
Views: 4227

In job? Aggregator. Another approach is to gather this 'after job', using DSGetLinkInfo, either in the After Job portion of the current job or a generic trailing (seperate) job that just performs this function.
by chulett
Thu May 29, 2008 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI stage is not functioning !
Replies: 8
Views: 2653

Suddenly stopped working? Never worked? All jobs have this problem or just certain jobs? Details, man, details!
by chulett
Thu May 29, 2008 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle and CLOBs
Replies: 5
Views: 2465

Yah, CLOBs are painful and not supported but we've been able to make them work in Server. If you are on 10g you can try using something that helped us alot, the DBMS_LOB package. Specifically, I recall a 'sub string' function there that allows you to pull a large string out of the CLOB without upset...