Search found 53125 matches
- Mon Jan 12, 2015 9:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: External Filter as Data Source - Add row number
- Replies: 4
- Views: 1483
- Mon Jan 12, 2015 7:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Order of nodes in apt file
- Replies: 7
- Views: 2348
Welcome aboard. Challenge them to provide a reference. They are right in that the node name is irrelevant. It is only for the convenience of humans and programmers. DataStage treats the first-named node as node #0, the second-named node as node #1, and so on. Does that make any difference? Probably ...
- Mon Jan 12, 2015 7:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: External Filter as Data Source - Add row number
- Replies: 4
- Views: 1483
- Mon Jan 12, 2015 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Alphanumeric data
- Replies: 6
- Views: 2127
- Mon Jan 12, 2015 3:42 am
- Forum: General
- Topic: dsx import error
- Replies: 3
- Views: 2442
- Sun Jan 11, 2015 3:14 pm
- Forum: General
- Topic: Trigger Sql Server Stored Procdeure in Datastage
- Replies: 2
- Views: 1704
Several options are available, including the one you indicated. They include: calling the stored procedure from a parallel stage (probably one forced to run on a single node) calling the stored procedure using BCI functions in a before-job subroutine including the server ODBC stage in a server Share...
- Fri Jan 09, 2015 8:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Alphanumeric data
- Replies: 6
- Views: 2127
- Thu Jan 08, 2015 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best hash partitioning strategy
- Replies: 5
- Views: 1576
- Thu Jan 08, 2015 4:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use XML input stage to parse the XML as below
- Replies: 2
- Views: 1189
- Thu Jan 08, 2015 4:01 pm
- Forum: General
- Topic: orchadmin utility
- Replies: 8
- Views: 4516
- Thu Jan 08, 2015 3:58 pm
- Forum: IBM QualityStage
- Topic: two-source probabilistic matching in real time
- Replies: 4
- Views: 3483
- Thu Jan 08, 2015 2:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading timestamp in sequential file
- Replies: 3
- Views: 2750
- Wed Jan 07, 2015 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best hash partitioning strategy
- Replies: 5
- Views: 1576
- Wed Jan 07, 2015 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Path for ResourceDisk and ScratchDisk in Config File
- Replies: 3
- Views: 1352
- Wed Jan 07, 2015 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking Webservices mutiple times
- Replies: 6
- Views: 2592
You should be able to make one call to the webservice for each row being processed in your job (I'm assuming you're using a WebService Transformer stage or similar). To invoke three webservices, or to invoke the same webservice three times, you would need three WebService Transformer stages in the j...