command: source
parameter: cd #pathname# && ls -1|grep "xyz"|sort -u -r -t"." +5|head -1
Search found 53125 matches
- Sat Feb 02, 2008 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is best way to do ?
- Replies: 15
- Views: 3585
- Sat Feb 02, 2008 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is best way to do ?
- Replies: 15
- Views: 3585
- Sat Feb 02, 2008 1:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fuction call is illegal at this point
- Replies: 8
- Views: 1448
- Fri Feb 01, 2008 5:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Uncompress file
- Replies: 3
- Views: 818
- Fri Feb 01, 2008 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job parameter
- Replies: 2
- Views: 860
- Fri Feb 01, 2008 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup reference link
- Replies: 8
- Views: 2557
Each partition has a pointer to the string, which happens to be stored in the same location in shared memory in an SMP environment. Therefore the pointers on each partition happen to be identical. In an MPP/grid environment each partition has a pointer to the string (in memory, in a virtual Data Set...
- Fri Feb 01, 2008 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify - String_To_Timestamp
- Replies: 8
- Views: 3203
What I had in mind was a Cycle with only one value, and that a job parameter (but I'm not 100% sure you can do that). But you could certainly generate a constant Char(1) value of "X" and join that to a single row virtual Data Set keyed by "X" and containing the job parameter value, probably created ...
- Fri Feb 01, 2008 4:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: After Job Server Routine
- Replies: 12
- Views: 3464
- Fri Feb 01, 2008 4:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Drastic slowdown of large hash file lookups
- Replies: 4
- Views: 1449
Re: Drastic slowdown of large hash file lookups
quiztime wrote:The the lookup used to run at 10000 rows per second on the Test server and suddenly started running at 350 rows per second FOR THE SAME DATA - yes we are rerunning identical data.
What changed? "Nothing" is not correct answer. Something changed on the system somewhere.
- Fri Feb 01, 2008 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CPU usage by job processes
- Replies: 7
- Views: 5707
When you run the job enable stage tracing on the Transformer stage, and capture performance statistics. These are logged as a tab-delimited report in a log entry; copy it from there and paste it into Excel. The two time columns (Minimum and Average) are in microseconds. Add a column that is Count x ...
- Fri Feb 01, 2008 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fuction call is illegal at this point
- Replies: 8
- Views: 1448
- Fri Feb 01, 2008 4:40 pm
- Forum: General
- Topic: missing DSN entry
- Replies: 4
- Views: 1260
- Fri Feb 01, 2008 4:37 pm
- Forum: General
- Topic: Check for High-Values in a Complex Stage
- Replies: 1
- Views: 969
Welcome aboard. You need to determine how "high values" is stored. If, for example, the database uses the high bit set and all other bits reset in the matissa, this would be interpreted as the decimal value -0.00. DataStage is clever enough to ignore the sign of "minus zero". Another possibility is ...
- Thu Jan 31, 2008 10:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is new in DataStage 7.5.3
- Replies: 13
- Views: 63643
- Thu Jan 31, 2008 10:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup reference link
- Replies: 8
- Views: 2557
There is ALWAYS partitioning. Even if it's done logically using shared memory. Which only happens in the case of the Entire algorithm. (Auto) will apply Entire if on the reference input link of a Lookup stage. The reason that Entire is the default is that, no matter on which processing node a key fr...