Search found 53125 matches

by ray.wurlod
Sat Jun 23, 2007 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use routine "StringDecode"
Replies: 4
Views: 1668

Read the section on COMMON, particularly named COMMON, in the DataStage BASIC manual. What you got was an artifact of your test processes being in the same session - and would not happen in a real situation.
by ray.wurlod
Sat Jun 23, 2007 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading output form Command Execute Stage
Replies: 7
Views: 2293

You need a StartLoop activity AND an EndLoop activity. -----------> StartLoop <-------------------------- EndLoop ----------> | ^ | | V | Activity -------> Activity -------> Activity
by ray.wurlod
Sat Jun 23, 2007 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KBADifferent does not work Fractional part of Dec is 10 dig
Replies: 22
Views: 5870

FWIW the maximum documented value of PRECISION is 9 but the documentation is incorrect (and has been since 1984). The actual maximum is 14.
by ray.wurlod
Sat Jun 23, 2007 6:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing Job log
Replies: 12
Views: 4370

What ever happened to sridarg, the original poster? :?
by ray.wurlod
Sat Jun 23, 2007 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to connect to host Error 80011
Replies: 9
Views: 2697

Please start a new thread, topic ".uvconfig not found". This is NOT the same problem, even though the symptom appears the same.
by ray.wurlod
Sat Jun 23, 2007 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: a database deadlock occured during this operation
Replies: 4
Views: 962

It could be that someone is doing a major update (and holding a table level lock) while you're trying to obtain/promote a record level lock. Get support involved. "Try again later."
by ray.wurlod
Sat Jun 23, 2007 6:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartability through DS Job Control
Replies: 10
Views: 2801

EVERYTHING is possible in Job Control code. It can even make lunch. Begin with a complete and accurate specification of what must happen. Then code it.
by ray.wurlod
Sat Jun 23, 2007 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email notification if job fails
Replies: 3
Views: 1048

Make sure you don't check the "only execute on success" check box!
by ray.wurlod
Sat Jun 23, 2007 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use the SERVER Functions in Parallel Jobs
Replies: 4
Views: 1474

Right, but I want to know if the server functions can be used in parallel....like ICONV, OCONV and any other numeric, string function that is provided with SERVER EDITION In the parallel Transformer stage, no. In the BASIC Transformer stage, yes, but this has several restrictions particularly in an...
by ray.wurlod
Sat Jun 23, 2007 6:37 am
Forum: General
Topic: interview at target
Replies: 5
Views: 1629

Welcome aboard. :D If you search this forum for interview you will find that, as a community, we are opposed to providing interview questions and answers, and the reasons for that. In any case, different employers have differing requirements. It might well be seen as a sign of initiative were you to...
by ray.wurlod
Sat Jun 23, 2007 6:35 am
Forum: General
Topic: Routine to repalace a routine in dsx.
Replies: 5
Views: 1386

The first part of the solution is to write in English. A similar manual solution exists for any N, where there are N jobs using the routine. You can determine which these are by performing a Usage Analysis on the Routine. For a sufficiently small N the amount of work is less than trying to script an...
by ray.wurlod
Fri Jun 22, 2007 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NUll to oracle date
Replies: 5
Views: 1834

Learned something today. Not a wasted day. Thanks, Craig.
by ray.wurlod
Fri Jun 22, 2007 8:43 am
Forum: General
Topic: Vista compatibility with DataStage
Replies: 1
Views: 940

It's definitely not a supported combination. But then neither is Windows XP for the server, and there's a few of those running around.
by ray.wurlod
Fri Jun 22, 2007 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Someone should create a uv/dssh primer or How-To manual
Replies: 9
Views: 1888

What sort of price range would you be contemplating?
by ray.wurlod
Fri Jun 22, 2007 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Read data from Excel
Replies: 7
Views: 2629

NONE of which will work unless you have a UNIX-based ODBC driver for Excel.
:roll: