Search found 53125 matches
- Thu Aug 28, 2014 12:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Override the number of nodes a Job uses
- Replies: 14
- Views: 4509
- Thu Aug 28, 2014 12:52 pm
- Forum: General
- Topic: Writing dssh scripts
- Replies: 7
- Views: 2213
Add the NO.PAGE keyword to the query.
Or redirect stdin from /dev/null.This provides the responses to "Press any key to continue . . ."
Or redirect stdin from /dev/null.
Code: Select all
dssh "SELECT * FROM VOC;" < /dev/null- Wed Aug 27, 2014 10:46 pm
- Forum: General
- Topic: How to pass parameters to DSR.SCHED script
- Replies: 2
- Views: 1717
- Wed Aug 27, 2014 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: logic required
- Replies: 6
- Views: 2880
- Wed Aug 27, 2014 4:07 pm
- Forum: General
- Topic: Writing dssh scripts
- Replies: 7
- Views: 2213
- Wed Aug 27, 2014 4:00 pm
- Forum: General
- Topic: Kim's ETL Stats Package
- Replies: 4
- Views: 1713
- Wed Aug 27, 2014 3:58 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Deployed data rules have lost data source connection
- Replies: 1
- Views: 3037
- Tue Aug 26, 2014 7:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cannot insert data in oracle table
- Replies: 15
- Views: 16216
- Mon Aug 25, 2014 11:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cannot insert data in oracle table
- Replies: 15
- Views: 16216
- Mon Aug 25, 2014 7:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Connector
- Replies: 5
- Views: 3484
- Mon Aug 25, 2014 7:00 pm
- Forum: General
- Topic: exporting job designs with executables
- Replies: 14
- Views: 5421
- Mon Aug 25, 2014 2:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cannot insert data in oracle table
- Replies: 15
- Views: 16216
Yes, read the message again carefully, then look at the INSERT statement (which fails to name the NAME column, and that's probably just the first column that it fails to name). You have configured the Connector to abort when this situation occurs. Can you please look on the Outputs (Columns) tab of ...
- Mon Aug 25, 2014 2:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle connector reject link columns
- Replies: 4
- Views: 2586
- Fri Aug 22, 2014 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sparse Lookup returning multiple rows
- Replies: 4
- Views: 3335
- Fri Aug 22, 2014 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance issue in funnel
- Replies: 6
- Views: 2951
Re: Performance issue in funnel
How do you know that?dr.murthy wrote:... but these are not fetching data parallel.
What style of funnel are you performing?