You can do that by multiple DB2 API stages too. Set the warn limit to 1 and the transaction size to 0. This way even with a single warning, the job will abort and the data will be rolled back.
or you can use the ODBC enterprise stage with transaction grouping.
Search found 6797 matches
- Thu Aug 24, 2006 1:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 API
- Replies: 3
- Views: 975
- Thu Aug 24, 2006 1:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage server Maintainence
- Replies: 24
- Views: 11163
- Thu Aug 24, 2006 1:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup Speed
- Replies: 10
- Views: 2054
Technically speaking it shouldnt make much of a difference. But yes for large amount of records you might see that little difference add up and sum up. I havent really played around with it so cant give you a definate answer. Maybe our gurus can provide some insight. Actuallly if you think about it,...
- Thu Aug 24, 2006 12:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Lookup Speed
- Replies: 10
- Views: 2054
- Thu Aug 24, 2006 12:29 pm
- Forum: General
- Topic: To move a post
- Replies: 4
- Views: 3000
- Thu Aug 24, 2006 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date format in DB2UDB database and DataStage
- Replies: 6
- Views: 1886
- Thu Aug 24, 2006 11:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to fetch particular record?
- Replies: 2
- Views: 574
What is your database? I know in SQLServer you can use something like
Code: Select all
Select TOP 1 FROM (select TOP 1000 from TABLE
ORDER BY KEY DESC)- Wed Aug 23, 2006 9:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Special Character in Char column
- Replies: 3
- Views: 1148
- Wed Aug 23, 2006 9:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: merging two files
- Replies: 3
- Views: 1315
In the filter command of the sequential file stage put the command
Or run a before job subroutine (Execsh) and combine the two files
Access the merged file in your sequential file stage for further manipulations.
Code: Select all
cat SRCFILEA SRCFILEB
Or run a before job subroutine (Execsh) and combine the two files
Code: Select all
cat SRCFILEA SRCFILEB MergedFile
Access the merged file in your sequential file stage for further manipulations.
- Wed Aug 23, 2006 6:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String aggregation
- Replies: 11
- Views: 3940
I did something similar a while back. Check out thispost.
- Wed Aug 23, 2006 3:20 pm
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Wed Aug 23, 2006 2:53 pm
- Forum: Site/Forum
- Topic: Ken Hits 4000
- Replies: 17
- Views: 8797
- Wed Aug 23, 2006 2:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Too many columns in record" - How to resolve this
- Replies: 11
- Views: 9944
- Wed Aug 23, 2006 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String aggregation
- Replies: 11
- Views: 3940
- Wed Aug 23, 2006 1:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Too many columns in record" - How to resolve this
- Replies: 11
- Views: 9944