Search found 53125 matches
- Sat Mar 02, 2013 1:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: conceptual difference between partition and repartition
- Replies: 2
- Views: 1291
Partitioning occurs when the upstream stage is sequential and the downstream stage executes in parallel mode. Re-partitioning occurs when the upstream stage is executing in parallel mode and the downstream stage is executing in parallel mode, but specifies a different partitioning algorithm from tha...
- Sat Mar 02, 2013 1:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File rejects
- Replies: 3
- Views: 1318
- Sat Mar 02, 2013 1:43 pm
- Forum: General
- Topic: Workload Management
- Replies: 4
- Views: 2139
- Fri Mar 01, 2013 7:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: can a field be defined Decimal(2,2) in the database?
- Replies: 2
- Views: 1253
- Fri Mar 01, 2013 7:21 pm
- Forum:
- Topic: How do you identify 'concept' terms in the Glossary?
- Replies: 4
- Views: 2380
- Fri Mar 01, 2013 2:50 pm
- Forum: General
- Topic: Abort job if ran more than 30 minutes
- Replies: 7
- Views: 1589
Use a Constraint expression that tests how long it has been since the job started and send the row down an output link with a row count limit of 1. In a sequence remember the job start time using a User Variables activity and, at specific places in the sequence, compare this against current time. Ne...
- Fri Mar 01, 2013 2:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CFF Occurs depending on issue
- Replies: 3
- Views: 1091
- Fri Mar 01, 2013 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generic file compare using RCP
- Replies: 5
- Views: 1463
- Fri Mar 01, 2013 2:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Omit null columns in XML output
- Replies: 9
- Views: 3729
- Fri Mar 01, 2013 2:32 pm
- Forum: General
- Topic: Install datastage server on own pc
- Replies: 3
- Views: 1004
- Fri Mar 01, 2013 2:31 pm
- Forum:
- Topic: Metadata Interchange fails to locate Information Server Home
- Replies: 5
- Views: 3355
- Fri Mar 01, 2013 4:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cluster and Grid information from configuration file?
- Replies: 5
- Views: 1905
- Thu Feb 28, 2013 7:19 pm
- Forum: General
- Topic: Writing SQL Query as Source in DataStage
- Replies: 12
- Views: 12296
Even with generated SQL I place a simplified version of the SQL statement as an annotation on the design canvas itself (Courier new, colour royal blue, top, left, transparent, no border are my standards for these particular annoatations). Makes life so much easier when doing a walkthrough with DBAs.
- Thu Feb 28, 2013 7:16 pm
- Forum: General
- Topic: Problem with environment variables during promotion...
- Replies: 8
- Views: 2404
- Thu Feb 28, 2013 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to datastage pass record between stage
- Replies: 7
- Views: 2031
With a buffer more than one row can be passed between stages. Think of it as a producer-consumer model - the producer stage is writing rows into the buffer as fast as it can; the consumer stage is reading from the buffer as fast as IT can. The buffer mechanism can resist input if it becomes too full.