Search found 53125 matches

by ray.wurlod
Tue Apr 18, 2006 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sorting
Replies: 3
Views: 1173

This answer has been posted before. Basically, the Sort stage gives more flexibility over resource consumption than sorting specified on input links in parallel jobs.
by ray.wurlod
Tue Apr 18, 2006 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pin1 not initialized -error
Replies: 10
Views: 6976

Try recompiling jobs. Invalid information may have been posted to RT_CONFIGnnn files while DS_STAGETYPES had corrupted indexes.
by ray.wurlod
Tue Apr 18, 2006 2:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateDifference
Replies: 12
Views: 2623

Code: Select all

YearsDiff = Int(DaysDiff / 365.249) 
is close enough to account for leap years in most cases.
by ray.wurlod
Tue Apr 18, 2006 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Triggers in Sequencer
Replies: 3
Views: 892

Make sure the value of RL really is 'Y'. Chances are that it isn't.
by ray.wurlod
Tue Apr 18, 2006 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable warning
Replies: 16
Views: 5701

To get to that, right-click on a row in the Columns grid and choose Edit Row from the menu. Note that you can move to the next or previous column without leaving the Edit Metadata dialog. Note also that you must Apply or abandon any change before moving on: the dialog reminds you to do so.
by ray.wurlod
Tue Apr 18, 2006 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing DS 7.5.2 on a laptop to do PARALLEL PROCESSING!!
Replies: 7
Views: 1611

You are WAY under-configured. Mine runs on a 1.3GHz CPU, has 2GB RAM and 160GB of disk space. And even then I would not use this in a production environment.
by ray.wurlod
Tue Apr 18, 2006 4:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DateDifference
Replies: 12
Views: 2623

Welcome aboard. :D The Iconv() function itself does not calculate the date difference - it converts the date into DataStage internal format, which is the number of days from a particular day zero (31 Dec 1967). It follows that, if you subtract internal format dates, you get the difference in days.
by ray.wurlod
Tue Apr 18, 2006 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: oracle table name as parameter
Replies: 1
Views: 600

In general, not within a single DataStage job.

You might build such a strategy into a job sequence; capture the results of the first query somewhere and use those results to supply job parameter values to a job that processes the table/view.
by ray.wurlod
Tue Apr 18, 2006 4:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Stage
Replies: 2
Views: 1518

When's the interview?
by ray.wurlod
Tue Apr 18, 2006 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in join stage
Replies: 5
Views: 1758

I've seen something like this in a sequence of Merge stages, where the fix was explicitly to propagate the column (for example Rate_WA=Rate_WA). Clearly this is not feasible in a Join stage, but you might investigate the mappings a little more thoroughly. It's normal that key columns from the interm...
by ray.wurlod
Tue Apr 18, 2006 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merge stage warning message
Replies: 6
Views: 6165

While it is true that you can use explicit Remove Duplicates stages, you can also specify de-duplication as part of sorting the input links. Check the "Unique" check box. And this can also be done with a Sort stage.
by ray.wurlod
Tue Apr 18, 2006 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2UDB Enterprise error
Replies: 2
Views: 1188

Put a Peek stage on each link in the job to help you to diagnose exactly where any problem is occurring.
by ray.wurlod
Mon Apr 17, 2006 9:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UniVerse Internals class
Replies: 0
Views: 706

UniVerse Internals class

An IBM class UV910 "UniVerse Theory and Practice" (formerly called "UniVerse Internals") is running May 01-04 in Sydney, Australia. While this is not directly about DataStage, I know that the instructor will be able to relate the UniVerse materials to DataStage. If you're interested please contact A...
by ray.wurlod
Mon Apr 17, 2006 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event Number 108 not found in RT_LOG191
Replies: 3
Views: 1380

Welcome aboard. :D

Something has gotten out of synch. You may be mollified to hear that this is quite rare. Probably best to clear the log in Director (Clear Log is under the Job menu), re-compile the job in Designer, and let it roll.
by ray.wurlod
Mon Apr 17, 2006 9:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open executable job file RT_CONFIG623
Replies: 12
Views: 4226

Methought there was a repair repository files under the DS.TOOLS repair indices processing? Was I drinking heavily at the time? DS.REINDEX is separate from DS.TOOLS. Without access to DataStage at the moment I can't recall if there is an option under DS.TOOLS to repair indices. Certainly they remov...