Search found 6 matches

by Jim Grover
Thu Sep 14, 2006 1:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Including a TX map
Replies: 1
Views: 1393

Including a TX map

We are using DataStage 7.5.1 on AIX and DataStage TX 8.0. We deployed a compiled TX map to the DataStage AIX server and tried to use it in an EE ETL job. After many problems, we were at least able to get the map into the proper area of the General tab. The problem we kept running into was the client...
by Jim Grover
Thu Aug 17, 2006 4:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple and Variable Number of Data Fields
Replies: 2
Views: 1136

Multiple and Variable Number of Data Fields

I'm reading input information delimitted by "^" but there is a variable number of fields in each input line. I can use the DCOUNT function to tell me the number but I'm stuck on how to get the information split out into the separate fields with the field function. Is there a way to set up ...
by Jim Grover
Tue Jul 18, 2006 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtract 1 second
Replies: 5
Views: 3163

Thank you both for the help; I had played with TimestampFromSecondsSince but was not using it in the correct way. I've now got it working.
by Jim Grover
Mon Jul 17, 2006 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtract 1 second
Replies: 5
Views: 3163

Subtract 1 second

I need to subtract one second from the current time in a parallel job; does anyone have an approach or an example?

much appreciated
by Jim Grover
Tue Jun 20, 2006 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of transformation and loading jobs.
Replies: 6
Views: 2418

Thanks Kenneth, lots of good points. It would be great to hear from others. I've been leaning towards an approach like the below for some time: - process common lookups used in multiple places into a lookup dataset once - for dimensions with very few records (under 10,000), process and load in one j...
by Jim Grover
Mon Jun 19, 2006 9:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting of transformation and loading jobs.
Replies: 6
Views: 2418

I'm curious of what others use for a "rule of thumb". For instance, we have lots of ETL that sources less than 100,000 records (expected to maybe reach 700,000 at some point). If there are 10 lookups and simple transformations, would you have a job to create lookup datasets, another to do ...