Search found 6797 matches
- Wed May 09, 2007 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: field function
- Replies: 8
- Views: 2517
- Wed May 09, 2007 8:54 am
- Forum: Site/Forum
- Topic: 20,000 just around the corner?
- Replies: 6
- Views: 3361
- Wed May 09, 2007 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: field function
- Replies: 8
- Views: 2517
- Wed May 09, 2007 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort function in server jobs
- Replies: 7
- Views: 1770
- Wed May 09, 2007 7:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sort function in server jobs
- Replies: 7
- Views: 1770
- Wed May 09, 2007 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link Collector Problem
- Replies: 2
- Views: 1132
- Wed May 09, 2007 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Carriage Returns...
- Replies: 3
- Views: 1561
- Wed May 09, 2007 7:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Count number of fields in ~~ delimited string
- Replies: 7
- Views: 1579
- Wed May 09, 2007 7:23 am
- Forum: General
- Topic: Optimization and Performance (Wasteful Processing War)
- Replies: 3
- Views: 1216
Whats there to discuss, you have the strategy right there as your second point. Use the process date to extract only the changed records. Pass it through to your datawarehouse. Now if these daily changes are going to be huge ( in millions) then you can bulk load the changes to a work table. Pass a s...
- Wed May 09, 2007 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Job 2611 Phantom 16948
- Replies: 4
- Views: 2009
- Wed May 09, 2007 7:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcopen() - Error in lockf
- Replies: 1
- Views: 759
- Wed May 09, 2007 7:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BuildOp not working for large volume of Input DB Table
- Replies: 3
- Views: 1125
- Wed May 09, 2007 6:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Count number of fields in ~~ delimited string
- Replies: 7
- Views: 1579
In the filter command put in the following awk command.
This should take care of it.
Code: Select all
awk -F"\~~" '{print NF}'
This should take care of it.
- Mon May 07, 2007 1:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Adding 1 day to date < 1970-01-01
- Replies: 1
- Views: 1022
- Mon May 07, 2007 11:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Errors on a Lookup Stage
- Replies: 4
- Views: 1309
As for your first error. Look at your config file and see what paths have you specified their. As for your second error, it seems like there is NULL encountered in a non-nullable column. Please check the metadata and the records. If the column is infact not nullable, then handle nulls appropriately....