Search found 42189 matches

by chulett
Thu Feb 19, 2009 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating from server to parallel jobs
Replies: 4
Views: 1645

This has been discussed quite a bit, which judicious searches would turn up. One such example:

viewtopic.php?t=112997
by chulett
Thu Feb 19, 2009 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Location of subtring in a string
Replies: 16
Views: 3413

Which is exactly what I posted, example code and all. :wink:
by chulett
Thu Feb 19, 2009 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DSJobName be used for InvocationID
Replies: 12
Views: 7471

Nice solution, Kryt0n. :wink:

Still don't really see the point and in my world would just hard-code it, but I guess that's just me. :lol:
by chulett
Thu Feb 19, 2009 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkMetaData
Replies: 3
Views: 1810

:? Seems remarkably similar to this post:

viewtopic.php?t=125402
by chulett
Thu Feb 19, 2009 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a file through a routine
Replies: 6
Views: 2266

Why do you "need" to do this in a routine? Why not a simple Server job instead? :?
by chulett
Thu Feb 19, 2009 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLOB handling
Replies: 3
Views: 1424

Which a search would have revealed... with caveats.
by chulett
Wed Feb 18, 2009 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DSJobName be used for InvocationID
Replies: 12
Views: 7471

Interesting... then perhaps it doesn't actually support macros there. And if that's the case, you may need to hard-code the value in the Job Activity stage... something I don't really see a problem with. It's not like the value will ever change so why not hard-code it?
by chulett
Wed Feb 18, 2009 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DSJobName be used for InvocationID
Replies: 12
Views: 7471

I haven't done anything like this, but I would certainly think that yes - for Step 5 you can use the DSJobName macro for part of the InvocationID as long as the 'job name' that you want is that of the Sequence job that is invoking the multi-instance job. Should be easy enough to build a small test s...
by chulett
Wed Feb 18, 2009 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: running the job in UNIX
Replies: 15
Views: 3850

If that's the case, what it was that they "copied and pasted", I wonder? :?
by chulett
Wed Feb 18, 2009 5:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI stage problem
Replies: 1
Views: 1003

First off, if this is really an Oracle DATE column, then you shouldn't be using the TO_TIMESTAMP() function but rather TO_DATE() instead. Dates in Oracle carry a time portion and a TIMESTAMP is a completely different datatype that takes the time down to a user selected microsecond level. You also on...
by chulett
Wed Feb 18, 2009 5:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: running a datastage server job from Windows batch file
Replies: 4
Views: 2979

Time to mark the post as Resolved then it seems, using the green button at the top of the screen!
by chulett
Wed Feb 18, 2009 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine getting aborted
Replies: 6
Views: 2203

Sorry, it's all Greek to me. :wink:

(and here I thought 'ablative' was a type of armor good against lasers)
by chulett
Wed Feb 18, 2009 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete on oracle taking long
Replies: 12
Views: 3448

But the fact that the deletes 'can be seen' on the database side, which I take to mean they can be seen to be gone, would imply they have been committed and thus the Oracle part is done. Well... unless intermediate commits are being done and they only checked some. :?
by chulett
Wed Feb 18, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine getting aborted
Replies: 6
Views: 2203

Dammit, I even checked the spelling via Google and didn't notice it gave me the definition and quietly corrected the spelling at the same time without asking "Did you mean?". Guess it's a pretty common misspelling.
by chulett
Wed Feb 18, 2009 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic:
Replies: 4
Views: 5529

I don't believe we really know the 'context' this intends to be used in... other than from the command line, it seems. [shrug]