Search found 42189 matches

by chulett
Fri Mar 13, 2009 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Providing parameters to all the jobs/Selective jobs
Replies: 3
Views: 1122

Wow, that's one long sentence... and not a period in sight. :wink:
by chulett
Fri Mar 13, 2009 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Runtime error 6 : Overflow
Replies: 5
Views: 2679

And 'OLTP' means what here? I don't mean what does it stand for, but rather what is the underlying database?
by chulett
Fri Mar 13, 2009 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg job schedule
Replies: 5
Views: 1187

In other words, use a Sequence job to control the flow of the jobs and the dependencies between them. To handle the +x minutes delayed start time requirement, add a Routine Activity stage between the jobs that sleeps for the appropriate amount of time.
by chulett
Fri Mar 13, 2009 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract value from file in job sequnce
Replies: 4
Views: 1037

For 'knowledge of the product' one can always click on a poster's name and see how they ranked themselves when they setup their profile, hopefully they were being honest when they did so. And they keep it up-to-date. :wink: Now, as to the problem at hand (which I assume is related to the StartLoop q...
by chulett
Fri Mar 13, 2009 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using Transforms RowProcCompareWithPreviousValue
Replies: 7
Views: 1987

So... do you actually have a question or is this just an informational post? :?
by chulett
Thu Mar 12, 2009 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Validating Job
Replies: 2
Views: 677

'Actually running' how? Are rows being processed through the job? Describe your job - the stages used, etc.
by chulett
Thu Mar 12, 2009 10:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cyclic or linear dependencies and SK generation
Replies: 5
Views: 1973

Ah... I stand corrected. :wink:
by chulett
Thu Mar 12, 2009 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Warnings/Job Finished status of child Sequences
Replies: 6
Views: 1463

As do I - with the exception of checkpointed Sequence jobs, they must abort in order to be restartable from the point of failure.
by chulett
Thu Mar 12, 2009 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using CRC32() to detect changed data in SCD2 implementation
Replies: 9
Views: 8051

Apparently so, yes. :?

Check out the older but (from what I recall) more inclusive Ascential Tech Tip we posted on Kim Duke's website on his Tips page - it's at the bottom in the 'TwoTechTips' zip file.
by chulett
Thu Mar 12, 2009 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cyclic or linear dependencies and SK generation
Replies: 5
Views: 1973

Yes, not just can but must for the technique to work properly. And as you noted, the caching of the reference lookup needs to either be disabled, or 'locked for update' if you do cache it. I prefer the former, Ray seems to prefer the latter.
by chulett
Thu Mar 12, 2009 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cyclic or linear dependencies and SK generation
Replies: 5
Views: 1973

Sure, just use two separate hashed file stages with the transformer, not a single one with two different link types.
by chulett
Thu Mar 12, 2009 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Warnings/Job Finished status of child Sequences
Replies: 6
Views: 1463

You need to abort the child sequence when a job it is running aborts for the 'master' to notice.
by chulett
Thu Mar 12, 2009 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repository & Palette fill screen, DS Designer
Replies: 4
Views: 5869

He did, actually.
by chulett
Thu Mar 12, 2009 11:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ensuring hashed file is created when the job executes
Replies: 11
Views: 4139

P.S.: I've seen no difference in behaviour whether I tick "Create file" or not. DS always seems to create the hashed file if it does not already exist. Correct. Ticking 'Create File' just gives you the option to override the defaults used at creation time, plus access to the 'delete befor...