Search found 53125 matches
- Wed Oct 25, 2006 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wait-for-file should run continuously
- Replies: 19
- Views: 6809
- Wed Oct 25, 2006 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSDB2 cannot change the demical data type to date format
- Replies: 5
- Views: 1934
- Tue Oct 24, 2006 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do I count the total number of Jobs is a project?
- Replies: 17
- Views: 5945
- Tue Oct 24, 2006 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read .dtl files
- Replies: 15
- Views: 4748
It's not DataStage that creates *.dtl files, it's rajan.n (the original poster). This is why the RMM stage was indicated.
- Tue Oct 24, 2006 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Rule of Thumb on Runtime Column Propagation
- Replies: 15
- Views: 12037
- Tue Oct 24, 2006 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extracting data from flat files
- Replies: 9
- Views: 2182
You CAN use fixed width in parallel Sequential File stage. I did one today. Set the Record Length property to "Fixed" and do not have VarChar data types. If you import the table definition of a fixed-width text file, then Load onto the Format tab in the parallel Sequential File stage, this happens a...
- Tue Oct 24, 2006 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is VOC? What is it used for?
- Replies: 10
- Views: 3563
Search on this forum will provide the answer! 
- Tue Oct 24, 2006 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read .dtl files
- Replies: 15
- Views: 4748
- Tue Oct 24, 2006 2:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting Server job to Parallel
- Replies: 10
- Views: 3780
You have misinterpreted. You can not "create a Lookup File Set from a hashed file". You must use a parallel job to reference a Lookup File Set, and you can not reference a hashed file (other than through an External Source stage) from a parallel job. You need to create a new parallel job that does w...
- Tue Oct 24, 2006 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in modify stage for decimal_from_decimal
- Replies: 8
- Views: 3849
- Tue Oct 24, 2006 2:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Handling: High Values
- Replies: 4
- Views: 985
- Tue Oct 24, 2006 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Separating Projects onto different Servers
- Replies: 6
- Views: 1219
You can use as many servers as you like, but will need to buy a separate licence for each unless you own an special "enterprise" licence (not the same as Enterprise edition, but one that allows up to 999 CPUs over one or more machines). Contact your vendors; they will be more than happy to hear from...
- Tue Oct 24, 2006 1:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML input filesize
- Replies: 4
- Views: 2785
- Tue Oct 24, 2006 1:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error updating secondary indicies
- Replies: 4
- Views: 1016
- Tue Oct 24, 2006 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to delete these scratch files after sort
- Replies: 7
- Views: 3331
You might need hard quotes around the wildcarded -name option for the find command
Code: Select all
find . -name '[io]pf__*' -ctime +30 -exec rm {} \;