Welcome aboard.
Are you using "OR logging"? This is known to cause severe performance degradation. Prefer local (non-OR) logging.
Search found 53125 matches
- Sun Apr 06, 2014 5:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS 9.1 - poor XML stage performance
- Replies: 5
- Views: 2958
- Fri Apr 04, 2014 6:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use a RESTful Web Service from a Parallel Job
- Replies: 3
- Views: 3636
- Fri Apr 04, 2014 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove duplicate strange issue
- Replies: 3
- Views: 2016
- Fri Apr 04, 2014 2:30 pm
- Forum: General
- Topic: All stages in Server Jobs are plug-ins
- Replies: 3
- Views: 1392
- Fri Apr 04, 2014 3:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Duplicates Stage get wrong result
- Replies: 4
- Views: 1507
- Fri Apr 04, 2014 3:54 am
- Forum: General
- Topic: How to create batchID?
- Replies: 10
- Views: 3389
- Fri Apr 04, 2014 12:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routines with RCP
- Replies: 4
- Views: 1491
- Fri Apr 04, 2014 12:10 am
- Forum: General
- Topic: How to create batchID?
- Replies: 10
- Views: 3389
- Fri Apr 04, 2014 12:09 am
- Forum: General
- Topic: Teradata Connector
- Replies: 11
- Views: 2870
- Thu Apr 03, 2014 7:31 pm
- Forum: General
- Topic: Teradata Connector
- Replies: 11
- Views: 2870
- Thu Apr 03, 2014 5:55 pm
- Forum: General
- Topic: Teradata Connector
- Replies: 11
- Views: 2870
Before-SQL and After-SQL can certainly be read from a file using Teradata Connector (use Before SQL File or After SQL File properties). There seems to be no way to use a file to contain a SELECT statement. Job parameter(s) may, of course, be used, so you may have a workaround there. If the Teradata ...
- Thu Apr 03, 2014 3:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: replace consecutive spaces by one space
- Replies: 4
- Views: 1964
- Thu Apr 03, 2014 3:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Routines with RCP
- Replies: 4
- Views: 1491
- Thu Apr 03, 2014 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Meaning of the "USER" environment variable in the
- Replies: 8
- Views: 2632
- Thu Apr 03, 2014 4:16 am
- Forum: General
- Topic: Datastage Server Routine for LINKCOUNT?
- Replies: 2
- Views: 1150
1. Use JobHandle rather than handle in the call to DSGetLinkInfo() function. 2a. Delete the line that attaches a job. You don't need to do this if you're interested in the current job (the handle for which is DSJ.ME). 2b. If you are interested in getting the link count from a job other than the one ...