Search found 53125 matches

by ray.wurlod
Tue Mar 16, 2010 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Multiple XML Files..
Replies: 3
Views: 1472

Parallel job (as marked) or server job (as posted)?
by ray.wurlod
Tue Mar 16, 2010 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Search string
Replies: 5
Views: 1663

In stage variables convert each list into a dynamic array - convert the ";" characters to @FM.
Create a routine that uses Locate or Find to search for the indicated value and substitute in the other.
Derive the output column by converting the @FM characters back to ";".
by ray.wurlod
Tue Mar 16, 2010 1:21 pm
Forum: General
Topic: Import confirmation window
Replies: 5
Views: 1527

Thanks, Phil

You can also minimize all windows or "show desktop". The window that doesn't have focus does not minimize.
by ray.wurlod
Tue Mar 16, 2010 1:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup error at compilation
Replies: 1
Views: 1010

Moderator: please move to Enterprise Edition (parallel) forum

Read the error message carefully. It describes precisely what is wrong - what you have forgotten to do.
by ray.wurlod
Mon Mar 15, 2010 10:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to lookup a unix file through C program through routine
Replies: 14
Views: 5005

Please mark this thread as Resolved.

Do you propose to rewrite the whole of DataStage, or just the Lookup stage?
:roll:
by ray.wurlod
Mon Mar 15, 2010 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Best way to export a DataStage Category via command line?
Replies: 3
Views: 1962

There's nothing contradictory there. Your script would invoke the istool command.
by ray.wurlod
Mon Mar 15, 2010 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS IMPORT FAILED IN DATASTAGE 8.1 USING IMPORT
Replies: 2
Views: 3352

Did you execute the dsenv script first?
by ray.wurlod
Mon Mar 15, 2010 6:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment a alphabet value to the next
Replies: 4
Views: 1842

I have no idea - it's your business rule. I merely felt compelled to point out how important it was for you to consider it.
by ray.wurlod
Mon Mar 15, 2010 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stagevariables
Replies: 4
Views: 1386

Even, long ago, the ability to produce lunch.

(OK, that was a routine, but one that could be called from a stage variable derivation expression.)
by ray.wurlod
Mon Mar 15, 2010 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment a alphabet value to the next
Replies: 4
Views: 1842

Use a mix of Seq() and Char() functions in your stage variables.
Char(Seq(svPrevCharacter)+1) gives the next character, but what do you need to happen if the previous character is "Z"?
by ray.wurlod
Mon Mar 15, 2010 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating to 8.1 : Project import taking too long
Replies: 3
Views: 1616

Is progress still being reported? Is there a dialog (e.g. "overwrite?") that does not have focus that is waiting for an answer?
by ray.wurlod
Mon Mar 15, 2010 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Anyone interested in using ICONV, OCONV and FMT in PX
Replies: 14
Views: 8435

Most of the interal functions in server edition are written in C. This includes FMT.
by ray.wurlod
Mon Mar 15, 2010 12:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is Sparse lookup and what is Normal look up
Replies: 3
Views: 5152

Moderator: please move to Enterprise Edition (Parallel) forum

These are not Server Edition concepts.
by ray.wurlod
Sun Mar 14, 2010 8:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Type conversion not recognized
Replies: 5
Views: 1881

Everything in server jobs is a string. The fact that you can use these strings to load into databases is a bonus - but that's precisely what you are doing with manually-entered SQL after all. Thus the easiest way to get a date from a timestamp is to extract the first 10 characters. Left(InLink.TheTi...