Search found 15603 matches
- Fri Nov 26, 2010 10:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference Between join, Lookup and merge
- Replies: 6
- Views: 12576
- Fri Nov 26, 2010 3:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GET FILENAME
- Replies: 37
- Views: 9673
- Fri Nov 26, 2010 3:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: special character removal using DS job
- Replies: 6
- Views: 5423
- Thu Nov 25, 2010 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Removing Duplicates
- Replies: 6
- Views: 2192
- Thu Nov 25, 2010 7:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing data and Deletion from oracle table
- Replies: 3
- Views: 1164
- Thu Nov 25, 2010 6:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing data and Deletion from oracle table
- Replies: 3
- Views: 1164
- Thu Nov 25, 2010 5:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GET FILENAME
- Replies: 37
- Views: 9673
- Thu Nov 25, 2010 3:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with LINKROWCOUNT
- Replies: 1
- Views: 1044
- Thu Nov 25, 2010 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performace issue setting data length for 109 millions rows
- Replies: 5
- Views: 1792
I seriously doubt that the bottleneck is doing in-memory type conversions. Run your job again and look at CPU usage and I/O usage and you will find that the longer runtimes are because more I/O is being performed. Writing VarChar columns with defined lengths to datasets sees DataStage using the full...
- Thu Nov 25, 2010 2:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sftp ing the files and deleting files on remote server.
- Replies: 17
- Views: 11644
- Thu Nov 25, 2010 2:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Unix script in parallel from multiple jobs
- Replies: 4
- Views: 2641
- Wed Nov 24, 2010 11:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: GET FILENAME
- Replies: 37
- Views: 9673
- Wed Nov 24, 2010 10:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performace issue setting data length for 109 millions rows
- Replies: 5
- Views: 1792
- Wed Nov 24, 2010 8:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to reference input columns listed in schema file
- Replies: 7
- Views: 2870
I gave you the syntax, you need to add the "default=0" string, e.g.
Code: Select all
URVA:decimal[1,0] {, default=0,zoned,unsigned};- Wed Nov 24, 2010 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to reference input columns listed in schema file
- Replies: 7
- Views: 2870