Search found 15603 matches
- Tue Sep 11, 2012 6:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Create table Dynamically
- Replies: 1
- Views: 891
- Tue Sep 11, 2012 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Viewing Performance Statistics Within Local Container
- Replies: 4
- Views: 1039
- Tue Sep 11, 2012 6:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conversion error
- Replies: 3
- Views: 1543
- Tue Sep 11, 2012 6:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC size mismatch on timestamp
- Replies: 5
- Views: 8852
- Tue Sep 11, 2012 6:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Viewing Performance Statistics Within Local Container
- Replies: 4
- Views: 1039
- Tue Sep 11, 2012 3:59 am
- Forum: General
- Topic: Rename folders in the repository
- Replies: 3
- Views: 1068
- Tue Sep 11, 2012 3:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC size mismatch on timestamp
- Replies: 5
- Views: 8852
- Tue Sep 11, 2012 3:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NLS Map Setting
- Replies: 1
- Views: 1066
- Mon Sep 10, 2012 10:37 am
- Forum: General
- Topic: Designer: 'Compiled succesfully', Director 'Not Compiled'
- Replies: 3
- Views: 1377
- Sat Sep 08, 2012 1:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job failed in qa
- Replies: 6
- Views: 2325
- Sat Sep 08, 2012 6:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can we use server routines in parallel environment directly
- Replies: 2
- Views: 1110
The only way to call server routines from a parallel job is to use a BASIC transform stage and call them from that stage. The exceptions are the before- and after- job routines which are BASIC ones in all job types. Parallel job routines are calls to objects which use c++ type variables and are typi...
- Sat Sep 08, 2012 5:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: String to Decimal - losing negative sign
- Replies: 2
- Views: 1311
- Fri Sep 07, 2012 10:11 am
- Forum: General
- Topic: Universe program does not run in 8.7
- Replies: 12
- Views: 3860
- Fri Sep 07, 2012 9:44 am
- Forum: General
- Topic: BeforeJob does not appear in job log
- Replies: 9
- Views: 2598
- Fri Sep 07, 2012 5:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error using basic transformer stage in parallel Job
- Replies: 1
- Views: 1536
Do you realize that you can put a reject row into a transform stage and then add/delete/change columns there? Do we have all the basic functions, link functions available in basic transformer in parallel transformer? If not, in the reject link of any stages in parallel job can we add few other colum...