Search found 53125 matches
- Tue Jul 03, 2007 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_CONFIG_FILE error while using dsjob
- Replies: 11
- Views: 6610
- Tue Jul 03, 2007 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job hanging when using $APT_ORA_IGNORE_CONFIG_FILE_PARALLEL
- Replies: 3
- Views: 1159
- Tue Jul 03, 2007 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job hanging when using $APT_ORA_IGNORE_CONFIG_FILE_PARALLEL
- Replies: 3
- Views: 1159
- Tue Jul 03, 2007 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Category
- Replies: 12
- Views: 2540
Code: Select all
SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'TestTivoli' SUPPRESS COLUMN HEADING ; - Tue Jul 03, 2007 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem connects to SQL Server 2005
- Replies: 4
- Views: 1357
- Tue Jul 03, 2007 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Impact of high values of Modulus / Separation
- Replies: 11
- Views: 2177
- Tue Jul 03, 2007 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hashed file Indexed
- Replies: 11
- Views: 3333
No index is created on the key. Hashing algorithm is much faster than using an index. Indexing key columns individually will only help if you run queries against the hashed file in which the report is constrained (or sorted) on those individual columns - in short, generally the answer is cost but no...
- Tue Jul 03, 2007 7:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Capture Bad records
- Replies: 2
- Views: 994
- Tue Jul 03, 2007 7:05 am
- Forum: IBM QualityStage
- Topic: Adding IP ovverides through code or GUI. Which is better?
- Replies: 1
- Views: 1308
- Mon Jul 02, 2007 3:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unsigned BigInt Out_format,right justify (write to seq file)
- Replies: 5
- Views: 1441
- Mon Jul 02, 2007 3:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML Question
- Replies: 13
- Views: 3970
It's a bit hard to write a help manual for a stage in which you write the code ! What have you gleaned from the Parallel Job Advanced Developer's Guide ? Try asking for specific advice - the answer to this particular question can only be "any time you like" - but try not to "re-invent the wheel" by ...
- Mon Jul 02, 2007 9:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: calculated Modulus for a Type 2 hashed file
- Replies: 7
- Views: 1635
Think of the 80% as "headroom". It allows for some degree of variation in how full each individual group buffer is, and thereby some protection against groups overflowing - one of the main vulnerabilities for file corruption. It is similar to, but not the same, as SPLIT.LOAD for dynamic hashed files.
- Mon Jul 02, 2007 9:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Name from RT_CONFIGXXX
- Replies: 4
- Views: 1447
Code: Select all
SELECT NAME FROM DS_JOBS WHERE JOBNO = '43';Execute from command window in Administrator client.
- Mon Jul 02, 2007 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequencer
- Replies: 26
- Views: 5298
How about an ExecuteCommand (do not skip) activity at the front of the job sequence?
Code: Select all
test -f #pathname# && rm -f #pathname#