Search found 53125 matches

by ray.wurlod
Sun Mar 18, 2012 12:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading multiple files in server jobs
Replies: 12
Views: 5872

TYPE is the DOS equivalent of the UNIX cat command. That's why Craig mentioned both.
by ray.wurlod
Fri Mar 16, 2012 6:58 pm
Forum: IBM QualityStage
Topic: Matching on appended married names
Replies: 5
Views: 4738

You could use REVERSE string, you could match the rightmost characters, you could generate Reverse Soundex.
by ray.wurlod
Fri Mar 16, 2012 3:20 pm
Forum: IBM QualityStage
Topic: Matching on appended married names
Replies: 5
Views: 4738

Are you using QualityStage? Are you able to use QualityStage?
by ray.wurlod
Fri Mar 16, 2012 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Set values go missing
Replies: 2
Views: 3447

Do you migrate the Parameter Set files?
by ray.wurlod
Fri Mar 16, 2012 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to separate charcters and integers?
Replies: 17
Views: 8172

soumya5891 wrote:If the column length is greater then 6 ,say 8 then it will not work.
Please provide proof of that assertion. I don't believe it is correct.
by ray.wurlod
Fri Mar 16, 2012 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace . from integer
Replies: 4
Views: 1432

If the data type is string, you can use

Code: Select all

Field(InLink.TheString, ".", 1, 1)
by ray.wurlod
Fri Mar 16, 2012 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conductor -uname
Replies: 5
Views: 2327

It's a report of the output of uname; it is not the uname command itself.
by ray.wurlod
Fri Mar 16, 2012 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats
Replies: 3
Views: 1501

No. This information is not documented in the public domain. They are modules of the Orchestrate engine. For example, if you needed to connect to Oracle, you would probably see a module called orchorcl loaded.
by ray.wurlod
Fri Mar 16, 2012 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More accurated timestamp than Oconv(@TIME,"MTS")
Replies: 6
Views: 4902

That part of my answer that you can see gives you your answer.

The easiest way to see the entirety of premium posters' posts is to obtain a premium membership. This is the mechanism used to fund the continued existence of DSXchange (hosting and bandwidth costs).
by ray.wurlod
Fri Mar 16, 2012 3:05 pm
Forum: IBM QualityStage
Topic: Migration from 7.5 to 8.5
Replies: 4
Views: 2610

QualityStage in version 8 is integrated with DataStage - they use the same engine and use the same Designer and Director clients. However they remain separately licensed products, so you will still need to buy licenses for each. If you need to keep them separate, use different projects. There is a c...
by ray.wurlod
Fri Mar 16, 2012 12:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conductor -uname
Replies: 5
Views: 2327

It's not a command. It's merely a report that the main program (your job) is running (was started on) the conductor node and provides a few statistics associated with that machine.
by ray.wurlod
Fri Mar 16, 2012 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchgeneral,orchsort,orchstats
Replies: 3
Views: 1501

They're modules that do stuff that that particular job needs. Or may need.
by ray.wurlod
Thu Mar 15, 2012 9:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Batch process using Oracle connector
Replies: 2
Views: 1059

How much scratch space do you have? Can you allocate more?

How large are these 1.9 million records?
by ray.wurlod
Thu Mar 15, 2012 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtract time microseconds
Replies: 8
Views: 2392

I think that one's taken. :wink:
by ray.wurlod
Thu Mar 15, 2012 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More accurated timestamp than Oconv(@TIME,"MTS")
Replies: 6
Views: 4902

Read my reply again.