Search found 15603 matches
- Wed Nov 07, 2012 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to print below requirement
- Replies: 14
- Views: 4785
- Wed Nov 07, 2012 2:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter in WHERE clause
- Replies: 23
- Views: 7265
- Wed Nov 07, 2012 2:39 am
- Forum: General
- Topic: Unable to start the server
- Replies: 3
- Views: 1697
- Wed Nov 07, 2012 2:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to print below requirement
- Replies: 14
- Views: 4785
Since transform loops, which would solve your problem, are only available in later releases that solution cannot be used. What is the maximum number that can be in Column B? If it is a known, and small, number {n} you could make a transform stage with {n} outputs each coupled to a constraint that wo...
- Wed Nov 07, 2012 2:33 am
- Forum: General
- Topic: Run-time error '9': Subscript out of range.
- Replies: 12
- Views: 8459
- Tue Nov 06, 2012 11:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter in WHERE clause
- Replies: 23
- Views: 7265
I would recommend using a Modify stage to create a new column (call it TempKeyCol) from the real column name as given in the parameter #KEYCOL#, then have your SQL do
Code: Select all
DELETE FROM #SCHEMA#.#TABLE# WHERE #KEYCOL#=ORCHESTRATE.TempKeyCol- Tue Nov 06, 2012 5:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RGGEM stage variable not allowed
- Replies: 3
- Views: 1493
- Mon Nov 05, 2012 11:11 am
- Forum: General
- Topic: Copyright Violation
- Replies: 10
- Views: 3451
- Mon Nov 05, 2012 8:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel routine appears to have a memory leak
- Replies: 18
- Views: 9561
- Mon Nov 05, 2012 5:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Testing jdbc Oracle Connection from Datastage
- Replies: 6
- Views: 3805
- Sun Nov 04, 2012 2:46 am
- Forum: General
- Topic: Tuning DataStage
- Replies: 2
- Views: 1305
Doing runstats on DB2 is always helpful, but in your case that would optimize access times and queries on your repository, this could improve response times for viewing logs in the director or saving/compiling jobs in the designer, but won't make your jobs run faster (unless each job writes tens of ...
- Sat Nov 03, 2012 12:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Junk characters in Sequential file
- Replies: 8
- Views: 5562
- Sat Nov 03, 2012 10:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Junk characters in Sequential file
- Replies: 8
- Views: 5562
- Sat Nov 03, 2012 9:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Junk characters in Sequential file
- Replies: 8
- Views: 5562
- Sat Nov 03, 2012 5:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer not compiling- compiler error
- Replies: 10
- Views: 4308