Search found 53125 matches
- Fri Nov 16, 2007 4:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: working with sequential file
- Replies: 3
- Views: 1634
- Fri Nov 16, 2007 4:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how many process will create
- Replies: 5
- Views: 1419
- Fri Nov 16, 2007 4:33 am
- Forum: General
- Topic: Datastage schedule seqeuncer
- Replies: 11
- Views: 9243
- Fri Nov 16, 2007 4:29 am
- Forum: IBM QualityStage
- Topic: multi national address data
- Replies: 12
- Views: 3037
- Fri Nov 16, 2007 12:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: working with sequential file
- Replies: 3
- Views: 1634
- Fri Nov 16, 2007 12:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To make DB2 read in parallel
- Replies: 4
- Views: 1417
- Fri Nov 16, 2007 12:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate multiple output files for a single output stage
- Replies: 3
- Views: 2434
Job sequence.
User variables activity to convert the list to delimited list.
Start Loop activity using user variable to control list.
It's been explained before. Search.
User variables activity to convert the list to delimited list.
Start Loop activity using user variable to control list.
It's been explained before. Search.
- Fri Nov 16, 2007 12:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage connection error
- Replies: 1
- Views: 920
Welcome aboard. DataStage clients have a built-in limit to how long they may wait to establish a connection. So do most internet browsers. This error usually occurs when there is some issue with the network between the client and the server - a defective modem or NIC, or port #31538 not enabled thro...
- Fri Nov 16, 2007 12:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How I can get a Report which lists the status of all Jobruns
- Replies: 11
- Views: 3970
Of course there is. But the routine does not ship with the product.
There are some who could be hired to construct one for a fee.
There are some who could be hired to construct one for a fee.
- Fri Nov 16, 2007 12:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Projects getting Locked after Parallel upgrade
- Replies: 3
- Views: 972
- Thu Nov 15, 2007 10:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Standardizing Japanese data with QualityStage
- Replies: 1
- Views: 637
- Thu Nov 15, 2007 10:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dyanamic RDBMS
- Replies: 4
- Views: 1127
- Thu Nov 15, 2007 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: white spaces in xml
- Replies: 9
- Views: 1945
- Thu Nov 15, 2007 8:21 pm
- Forum: General
- Topic: Talking to SQL Server 2005 with DataStage Server 6.0
- Replies: 5
- Views: 2098
- Thu Nov 15, 2007 5:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join partitioning requirement
- Replies: 1
- Views: 700
You need to partition on both key columns, so that for any value of the key [L1,D1] all corresponding values will be found on the same partition. That said, if you partition one input on [L1,D1] and one on [L1] alone, then you would still achieve the principle of key adjacency, because there are no ...