Search found 42189 matches

by chulett
Wed Dec 02, 2009 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenation
Replies: 2
Views: 1145

What have you tried? Substringing every five characters and concatenating your 'special character' between the pieces?
by chulett
Wed Dec 02, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage
Replies: 5
Views: 2330

You don't need a stage to tell you that, the job can. Use DSGetLinkInfo() to capture the number of records sent to the stage. And you'll need to upgrade to 8.x to have any control over the Transaction Level AFAIK.
by chulett
Wed Dec 02, 2009 8:37 am
Forum: IBM QualityStage
Topic: DS Jobs Long Running Issue
Replies: 1
Views: 1427

Unless you are asking about a QualityStage job, this is the wrong forum for this question. :?

Four processes = four nodes.
by chulett
Wed Dec 02, 2009 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning Messages
Replies: 15
Views: 4119

You unconditionally reset every job after it has run? If so, then the status will always be 'Has Been Reset'. :?
by chulett
Wed Dec 02, 2009 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need a routine to create and run a Procedure.
Replies: 3
Views: 1217

Maybe. :wink:

For the 'execute' part... DSExecute().
by chulett
Wed Dec 02, 2009 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invoke Unix commands in datastage stages
Replies: 2
Views: 3685

Not just 'yes' but that's exactly and all that that stage does - run operating system commands.
by chulett
Wed Dec 02, 2009 8:26 am
Forum: General
Topic: Load and Abort the Job
Replies: 2
Views: 1022

Try it. Force whatever condition you need to log an 'alert' for.
by chulett
Wed Dec 02, 2009 8:23 am
Forum: IBM QualityStage
Topic: Exporting jobs while running
Replies: 1
Views: 1135

Wrong forum. However...

Yes.

It adds 'executables' to the export so that you don't need to compile post import.
by chulett
Tue Dec 01, 2009 11:22 pm
Forum: General
Topic: Range lookup
Replies: 9
Views: 2745

Any stage that involves SQL. Specifically here, that would be the database stage that the Lookup stage (set to Sparse) leverages.
by chulett
Tue Dec 01, 2009 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cut Off Leading Zeros
Replies: 6
Views: 1617

Right, but he did specify that it was a string so I didn't bring that up.
by chulett
Tue Dec 01, 2009 3:46 pm
Forum: General
Topic: Delete unwanted records from the Table
Replies: 5
Views: 1878

OK. How will you identify the unwanted records? Rather than put them in a lookup, why not simply use that as the source and delete them directly?
by chulett
Tue Dec 01, 2009 2:26 pm
Forum: General
Topic: Delete unwanted records from the Table
Replies: 5
Views: 1878

First you need to decide if you just want to delete the "unwanted" data or rebuild the table with just the data you want. I'm guessing "rebuild" from your truncate question but I don't like guessing.
by chulett
Tue Dec 01, 2009 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cut Off Leading Zeros
Replies: 6
Views: 1617

The "L" option gives you the ability to specify the character to trim.
by chulett
Tue Dec 01, 2009 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cut Off Leading Zeros
Replies: 6
Views: 1617

Have you looked into the Trim function? Specifically with the "L" option?