Search found 15603 matches
- Mon Jul 23, 2012 1:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: External Source Clarification
- Replies: 1
- Views: 801
- Mon Jul 23, 2012 1:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error : Heap Allocation failed
- Replies: 6
- Views: 2987
- Mon Jul 23, 2012 12:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Truncation of data for varchar field while using ODBC stage.
- Replies: 22
- Views: 5869
- Sun Jul 22, 2012 4:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: need help
- Replies: 9
- Views: 3141
- Sat Jul 21, 2012 8:50 am
- Forum: General
- Topic: Inconsistent Command execution
- Replies: 3
- Views: 1463
The after-job subroutine just passes your command to the OS, just as ExecSH does. The problem doesn't lie within DataStage but somewhere in the OS. Which LINUX are you using and do you have support? It must have something to do with either forking processes or machine load that is causing sporadic i...
- Sat Jul 21, 2012 4:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: need help
- Replies: 9
- Views: 3141
- Sat Jul 21, 2012 4:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic help
- Replies: 2
- Views: 965
I'm not sure exactly what you want, but in a transform stage if you want to generate a unique number regardless of how many partitions you have the formula is:
Note that this will start at 1 each run.
Code: Select all
((@INROWNUM-1)*@NUMPARTITIONS)+(@PARTITIONNUM+1)- Fri Jul 20, 2012 11:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Variable length(VB) EBCIDIC file in Datastage.
- Replies: 2
- Views: 2304
- Fri Jul 20, 2012 4:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: i am getting below warning in the column import stage
- Replies: 1
- Views: 1072
- Fri Jul 20, 2012 3:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_ORACLE_PRESERVE_BLANKS
- Replies: 12
- Views: 4988
- Fri Jul 20, 2012 2:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_ORACLE_PRESERVE_BLANKS
- Replies: 12
- Views: 4988
- Thu Jul 19, 2012 10:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Routine returning -1 in the Actual Job
- Replies: 6
- Views: 2252
- Thu Jul 19, 2012 5:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: want the last non-null value . how can i achieve this?
- Replies: 11
- Views: 3848
- Thu Jul 19, 2012 4:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: want the last non-null value . how can i achieve this?
- Replies: 11
- Views: 3848
- Thu Jul 19, 2012 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector Stage
- Replies: 6
- Views: 2972
I'd give it a go with some test programs with bulk data (the Row Generator is your friend) to see the actual timings on (a) splitting inserts/upates, (b) doing the deletes then inserts and (c) doing upserts with update first. I am fairly certain that the deletes-then-inserts is going to be the slowe...