Search found 53125 matches

by ray.wurlod
Tue Jul 20, 2010 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Application delivery - softricity
Replies: 6
Views: 1325

What DataStage role has been assigned to "We"?
by ray.wurlod
Tue Jul 20, 2010 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle OCI stage error
Replies: 4
Views: 1956

Gosh, that's also what IBM recommend in their manual.
:wink:
by ray.wurlod
Tue Jul 20, 2010 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage in v7.5.1 and v8.1
Replies: 2
Views: 1240

That's an easy one. There is no difference (unless, perhaps, they have fixed any bugs).
by ray.wurlod
Tue Jul 20, 2010 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExtraParameters
Replies: 7
Views: 1941

Study the topic "dynamic arrays" in the DataStage BASIC manual. All will be revealed.
by ray.wurlod
Tue Jul 20, 2010 1:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning values to job parameters at runtime
Replies: 6
Views: 1908

Thank you for sharing that. Everything you require is possible. And probably without using any exclamation marks at all.
by ray.wurlod
Tue Jul 20, 2010 1:37 am
Forum: General
Topic: Trimmimg and concatination
Replies: 6
Views: 1633

Try putting the right hand operand for the concatenation operator in quotes. Trim(Trim(Trim(Trim(Trim(Trim(Trim(Trim(Trim(Trim(Trim(Trim (Column_Name),'','L'),'#','L'),'+','L'),'.','L'),'//','L'),'/','L'),'\','L'),'`','L'),'','L'),'','T'),'*','L'):'20' Use a single Convert() function to get rid of t...
by ray.wurlod
Mon Jul 19, 2010 8:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job stuck in running condition while pulling data
Replies: 3
Views: 1538

What's the row count and the approximate corresponding volume of data? What are your trying to do with these data in the job?
by ray.wurlod
Mon Jul 19, 2010 8:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which stage?
Replies: 3
Views: 1258

Transformer stage, nested If..Then..Else structure.
by ray.wurlod
Mon Jul 19, 2010 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration
Replies: 10
Views: 3613

If you're new to DataStage hire an experienced practitioner (perhaps from IBM, perhaps not) to do the upgrade and to mentor you in the process. It is long and complex, and fraught with little traps (like a spurious error message about unsupported operating system) that aren't documented.
by ray.wurlod
Mon Jul 19, 2010 8:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration
Replies: 10
Views: 3613

Re: Migration

Hi Guys , Can U plzz tel me in detail how to migrate the jobs from DS 7.5.2 Server edition to DS 8.1 Parallel edition as i am new to datastage and my task is to do migration.If u can explain me in detail That will be a great help. Thanks I don't know that U could do that. U is only a developer; he ...
by ray.wurlod
Mon Jul 19, 2010 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resource estimation error
Replies: 1
Views: 1103

Looks like you don't have access to the folder where the performance data XML files are to be captured (or the folder does not exist). Or maybe the XML files do exist but you don't have any permission to them.
by ray.wurlod
Mon Jul 19, 2010 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL Handling Issue
Replies: 16
Views: 5346

Double click on the row number. Alternately right click on the row in the grid and choose Edit Row. Either of these will open the extended properties window.
by ray.wurlod
Mon Jul 19, 2010 5:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: All different commads to import datastage jobs.
Replies: 3
Views: 4763

Once you get to version 8 you will have the istool command to add to your list.

Surely all the details of these are in the pertinent manuals?
by ray.wurlod
Mon Jul 19, 2010 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what is the osh.exe process
Replies: 2
Views: 1411

Every process - conductor, section leaders, players - in a parallel job runs osh.exe - it is the shell of the parallel execution engine. They should go away when that process finishes or, in some cases, when the conductor process performs its final cleanup of the job.
by ray.wurlod
Mon Jul 19, 2010 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Union Function
Replies: 6
Views: 4232

Note that a Funnel stage implements UNION ALL. You may require a downstream Remove Duplicates stage to remove duplicates.