Search found 53125 matches
- Wed Oct 24, 2007 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can any one help me regarding the transformer file?
- Replies: 5
- Views: 1872
- Wed Oct 24, 2007 2:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSJOB Error -134
- Replies: 5
- Views: 2117
- Wed Oct 24, 2007 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing complete records in Datastage
- Replies: 3
- Views: 1286
- Wed Oct 24, 2007 2:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot save the new job..........
- Replies: 7
- Views: 1483
- Wed Oct 24, 2007 2:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need to Run a Datastage job from Unix Prompt
- Replies: 2
- Views: 798
- Wed Oct 24, 2007 2:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cannot open executable Job File RT_CONFIG242
- Replies: 5
- Views: 1307
Check to see whether RT_CONFIG242 is corrupted. For example executed from Administrator client command window.
Code: Select all
SELECT COUNT(@ID) FROM RT_CONFIG242;- Tue Oct 23, 2007 9:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date
- Replies: 4
- Views: 1597
You can pick up the date from the @DATE system variable when assigning the job parameter value in your job sequence. You probably want to convert this to a "human readable" format in the assignment expression, for example
Code: Select all
Oconv(@DATE,"D-YMD[4,2,2]")- Tue Oct 23, 2007 6:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mapping a DataStage session to a user and project
- Replies: 10
- Views: 2446
- Tue Oct 23, 2007 6:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file (100 % hard disk usage)
- Replies: 8
- Views: 2219
- Tue Oct 23, 2007 6:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file (100 % hard disk usage)
- Replies: 8
- Views: 2219
Not quite true. If 4.5 million rows is smaller than the hashed file write cache size then the use of write cache could be explored, as could not loading unnecessary rows and columns into the hashed file in the first place. It might also be worth exploring the use of static hashed file but, when push...
- Tue Oct 23, 2007 6:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invacation ID
- Replies: 21
- Views: 4955
- Tue Oct 23, 2007 6:05 pm
- Forum: General
- Topic: How to use MODIFY STATE ? help please
- Replies: 12
- Views: 2885
Code: Select all
targetfield:string[14]=substring[0,14](sourcefield)or
Code: Select all
targetfield:nullable string[14]=substring[0,14](sourcefield)- Tue Oct 23, 2007 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invacation ID
- Replies: 21
- Views: 4955
Provided that they are all distinct values, no. Your examples do not form a distinct set, though I understand that you have obfuscated the actual values. XXXXXX appears twice for example. So does XXXXX. If the same invocation ID is given twice (or more) the first instance will start but the second a...
- Tue Oct 23, 2007 4:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file (100 % hard disk usage)
- Replies: 8
- Views: 2219
- Tue Oct 23, 2007 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Mapping a DataStage session to a user and project
- Replies: 10
- Views: 2446