Search found 42189 matches

by chulett
Wed Sep 06, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Tx
Replies: 4
Views: 1566

Though you can ask, there are no 'free trial' versions of any of this software. And if this helps your search, DataStage TX (like PX) was acquired from another company, rebranded and merged into the product line. Used to be called Mercator btw.
by chulett
Tue Sep 05, 2006 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence: No Errors No Response
Replies: 4
Views: 1587

Re: Sequence: No Errors No Response

The output link going from nested condition sequence to the first job is blue and the rest of the links are black. Is that a sign of error? Does anyone have any idea what should I check? Sequence jobs don't color links like a job with active stages does, they just indicate the type of trigger on th...
by chulett
Tue Sep 05, 2006 8:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: begins with function
Replies: 10
Views: 3801

ray.wurlod wrote:Using these would make the meaning in your expression pellucid.

As noted, substring was just one way... these are another. To be transparently clear. :wink:
by chulett
Tue Sep 05, 2006 12:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Search
Replies: 7
Views: 1766

You could also go Old Skool and export the jobs to a .dsx file and then use an editor to search the export. :wink:
by chulett
Tue Sep 05, 2006 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: kicking off sequences one after the other and knowing errors
Replies: 9
Views: 2050

Why is that so??? Not much of an answer other than - that's How It Works. You need to become familiar with where the surrounding markers are required and where they are not when using Job Parameters. If you are unsure, best to use the ellipses (...) to build the expression rather than typing it by ...
by chulett
Tue Sep 05, 2006 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: kicking off sequences one after the other and knowing errors
Replies: 9
Views: 2050

If 'batch job' means those 'Batch::' job control collections created via the Director (or Designer with no objects on the canvas) - yes.

If you mean something else, let us know..
by chulett
Tue Sep 05, 2006 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating a Key between a Header and Detail Record
Replies: 4
Views: 1419

So... you didn't notice any difference between the two examples?
by chulett
Tue Sep 05, 2006 7:28 am
Forum: Data Integration
Topic: Information on Demand 2006 conference sessions and speakers
Replies: 4
Views: 10093

Sounds like a daily challenge. :wink:
by chulett
Tue Sep 05, 2006 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generating a Key between a Header and Detail Record
Replies: 4
Views: 1419

When you say 'this is what I have' does that mean you are currently generating that output? If so, it should be fairly simple to add a couple of stage variables to check for a Header record and increment a counter each time one is encountered.
by chulett
Tue Sep 05, 2006 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: kicking off sequences one after the other and knowing errors
Replies: 9
Views: 2050

Yes, Sequence jobs can be 'called just like a job' from a Sequence job. So, except for this separation and triggering days apart that you've mentioned, you could have put all three in a 'Master' Sequence job.
by chulett
Tue Sep 05, 2006 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML
Replies: 3
Views: 1782

I've never seen XML 'Reader' or 'Writer' stages - perhaps they are synonyms for the XML Input and XML Output stages. Where did you encounter these terms?
by chulett
Tue Sep 05, 2006 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer GUI problem in Windows XP Professional client
Replies: 4
Views: 1135

Not any more. You'll need to find out where it lives on IBM's site... if it exists there at all. You may need to contact support to acquire it.
by chulett
Tue Sep 05, 2006 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg Contain Terminators
Replies: 2
Views: 1207

It just means that line-feeds - hex 0A which are record terminators in UNIX - are treated as data instead if found in a column with that option enabled. Which is pretty much exactly what you quoted from the manual. :wink:
by chulett
Tue Sep 05, 2006 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: begins with function
Replies: 10
Views: 3801

If InputColumn = 'begin' Or InputColumn = 'end' Then Expression1 Else Expression2 Um... that doesn't check that the field starts with those values, that checks if they are equal to those values. Substring would be one way: If InputColumn[1,5] = 'begin' Or InputColumn[1,3] = 'end' Then Expression1 E...
by chulett
Mon Sep 04, 2006 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Calling subroutine
Replies: 1
Views: 1099

From searching the forum, this looks like it can happen by checking the 'Omit' option when logging in - are you doing that?