Search found 53125 matches
- Mon Jan 08, 2007 2:42 pm
- Forum: General
- Topic: Datastage Version Control
- Replies: 14
- Views: 5666
- Mon Jan 08, 2007 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: config file
- Replies: 19
- Views: 4140
- Mon Jan 08, 2007 2:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: config file
- Replies: 19
- Views: 4140
- Mon Jan 08, 2007 2:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: copy stage is not working
- Replies: 9
- Views: 2067
- Mon Jan 08, 2007 2:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetCustInfo Usage
- Replies: 5
- Views: 1268
There is no equivalent for server jobs. I don't believe DSGetStageInfo() can retrieve user-defined SQL. You could, of course, retrieve the SQL from DS_JOBOBJECTS (a "hack") but I'd refrain from this approach because it ceases to work in version 8.0. Probably easiest is to use DSGetLogSummary() funct...
- Mon Jan 08, 2007 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS character set
- Replies: 3
- Views: 925
- Mon Jan 08, 2007 2:03 pm
- Forum: General
- Topic: Automatic Job Generator - does one exist??
- Replies: 39
- Views: 18825
- Mon Jan 08, 2007 2:01 pm
- Forum: General
- Topic: Datastage Version Control
- Replies: 14
- Views: 5666
- Mon Jan 08, 2007 5:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSGetCustInfo Usage
- Replies: 5
- Views: 1268
DSGetCustInfo() is only for parallel jobs. You can get a list of the custom properties of a stage from DSGetStageInfo() - for a parallel job, of course - and then use DSGetCustInfo() to get the value and description of each. Do not use DSGetCustInfo() with server jobs. They may enter an indefinite (...
- Mon Jan 08, 2007 5:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade from 7.5.1 to 7.5.2
- Replies: 4
- Views: 860
- Mon Jan 08, 2007 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Diff Between Routines and tranforms
- Replies: 1
- Views: 533
- Mon Jan 08, 2007 5:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Stage configuration for Windows
- Replies: 7
- Views: 4424
- Mon Jan 08, 2007 5:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environment Variable- Refresh
- Replies: 14
- Views: 4394
- Mon Jan 08, 2007 5:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: USING SWITCH STAGE
- Replies: 3
- Views: 1254
When you're in the Switch stage, click on Help or press F1. Help in DataStage is context-sensitive, and the explanations are usually easy to understand. The main idea that's new is that the output links are referred to as output ports, and are numbered from 0. You need to assert the output port numb...
- Mon Jan 08, 2007 5:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading source from a different server
- Replies: 1
- Views: 724
Why? It's not possible unless you can move the Data Set control file from one server to the other and guarantee that the pathname to every resource disk is identical for every processing node and guarantee that the same nodes (exactly) are used when reading it as when writing it. It's not a reasonab...