Search found 53125 matches
- Tue Mar 27, 2007 12:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Dynamic Vector of SubRecords
- Replies: 8
- Views: 3740
- Tue Mar 27, 2007 12:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: IF THEN END IF
- Replies: 3
- Views: 1535
In an expression there is never an END - this is only used within a Routine to mark the end of a block of statements beginning with THEN or ELSE (or ON ERROR or LOCKED). What exactly are you trying to accomplish? You can certainly nest IF..THEN..ELSE constructs in an expression (to a certain level o...
- Tue Mar 27, 2007 12:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DRS Stage Problem
- Replies: 8
- Views: 1559
- Tue Mar 27, 2007 9:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSJobStartTime
- Replies: 4
- Views: 2775
Create a user variables activity ahead of Job 1. Catch the server time in a variable. Make this the last variable in the grid, and its time will be close enough to the start time of Job 1. Pass a reference to this user variable as the parameter value. Do you need a timestamp or just a time? Oconv...
- Tue Mar 27, 2007 8:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Dynamic Vector of SubRecords
- Replies: 8
- Views: 3740
- Tue Mar 27, 2007 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Optimal settings to create a large Hashed file
- Replies: 4
- Views: 1061
DataStage reports rows flowing when they are flowing. If they are flowing into the cache, fine, you get good rates. But the clock keeps running when the rows are being flushed to disk, even though no more rows are flowing. So the rate appears to diminish. Optimal depends primarily on the combination...
- Tue Mar 27, 2007 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic for combination
- Replies: 3
- Views: 1251
- Tue Mar 27, 2007 7:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading dataset with different configuration
- Replies: 3
- Views: 1232
- Tue Mar 27, 2007 6:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage and dataset view problems
- Replies: 1
- Views: 633
- Tue Mar 27, 2007 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Dynamic Vector of SubRecords
- Replies: 8
- Views: 3740
I think you may need to define the link field and refer to that link field in the record schema. You can also do this by editing the columns' extended properties in the Columns grid (right click, Edit Row). Since your data do not contain the link value (number of "rows" in vector of subrecords) you ...
- Tue Mar 27, 2007 6:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 2GB Limit on Hash File regarding blink error
- Replies: 10
- Views: 1825
- Tue Mar 27, 2007 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Concatenate Data from active stages in server 6.0
- Replies: 5
- Views: 1248
- Tue Mar 27, 2007 6:50 am
- Forum: General
- Topic: Link Count
- Replies: 27
- Views: 10932
- Tue Mar 27, 2007 6:48 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: It's checking for analysis server in local mechine
- Replies: 2
- Views: 2621
- Mon Mar 26, 2007 9:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Multiformat Records
- Replies: 1
- Views: 812
Method 1. Define a four-column record schema, using which you read the file using a Sequential File stage that has a reject link. INS records will pass, DEL records will not, and be sent down the reject link. There place a Column Import stage to re-parse the raw string with a two-column record schem...