Search found 42189 matches

by chulett
Wed Nov 06, 2013 9:17 pm
Forum: General
Topic: shell script won't return when executed from datastage
Replies: 11
Views: 2899

OK... perhaps use "--interactive=0" to disallow desktop interaction? Other than that I got nothing.
by chulett
Wed Nov 06, 2013 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datasets Corrupting frequently
Replies: 9
Views: 4527

Re-read Ray's post.
by chulett
Wed Nov 06, 2013 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Open queue failed with reason code: 2085
Replies: 1
Views: 2042

Off you go to your own post...
by chulett
Wed Nov 06, 2013 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required for increment field
Replies: 7
Views: 1373

Agreed... no stage variables needed. And you need to use concatenation, not math for this.
by chulett
Wed Nov 06, 2013 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage sort best performance
Replies: 9
Views: 9172

Never mind the fact that the Aggregator stages would then have much less work to do. :wink:
by chulett
Wed Nov 06, 2013 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required for increment field
Replies: 7
Views: 1373

OK... that seems like a pretty straight-forward derivation to me. What have you tried? What issues are you seeing?
by chulett
Wed Nov 06, 2013 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage Load option
Replies: 4
Views: 1548

It depends entirely on if you are doing a Direct Path load or not: DIRECT=TRUE is speedy but does no commits so there's no way to rollback a partial load. DIRECT=FALSE means a conventional load with inserts and commits. Your best bet it to make sure there are no "bad" records when you load...
by chulett
Wed Nov 06, 2013 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove a substring in a string
Replies: 15
Views: 5135

I would be extremely leery of using Convert() for this. However, when you said "I have to remove some part of the string" you never mentioned what part you need to remove. Details like that could help allay those fears.
by chulett
Wed Nov 06, 2013 7:58 am
Forum: General
Topic: DSSendMail error
Replies: 5
Views: 2410

Well... I doubt the -raw option is the issue but in your shoes I'd make the two blat command lines identical and see if that changes anything.
by chulett
Wed Nov 06, 2013 7:53 am
Forum: General
Topic: Routine which sums up is hanging
Replies: 7
Views: 2599

First off, not sure why you aren't using a job to do this rather than a routine. Regardless, I doubt any of your questions can be answered without you posting the routine code.
by chulett
Tue Nov 05, 2013 10:30 am
Forum: General
Topic: DataStage benchmark
Replies: 11
Views: 4500

Thanks Andy! 8)
by chulett
Tue Nov 05, 2013 8:38 am
Forum: General
Topic: DataStage benchmark
Replies: 11
Views: 4500

I would imagine IBM does these kind of comparisons in order to help sell the product, have you tried contacting them?
by chulett
Tue Nov 05, 2013 7:55 am
Forum: General
Topic: DSSendMail error
Replies: 5
Views: 2410

Re: DSSendMail error

sreesuku2 wrote:if necessary adjust the 'dssendmail_template.txt' file in the project directory.
Did you check this? Compare the template contents between the two versions?
by chulett
Mon Nov 04, 2013 2:18 pm
Forum: General
Topic: shell script won't return when executed from datastage
Replies: 11
Views: 2899

When you run it from the command line, are you prompted for anything? That would be the classic reason for a 'hang', it's trying to ask you a question and is sitting there waiting for a response that will never come.