Search found 53125 matches
- Tue Aug 23, 2005 5:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pulling SQL
- Replies: 3
- Views: 1037
- Tue Aug 23, 2005 5:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reusable jobs for Fixed record width sources
- Replies: 5
- Views: 1202
Define a table definition consisting of four columns. The fourth column is the remainder of the record; figure out its width from the metadata. Or, if it's variable length as you say, then there must be a line terminator, and you declare the data type as VarChar. You can read the file using this tab...
- Tue Aug 23, 2005 5:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: various lookup key and UV stage problem
- Replies: 15
- Views: 3483
You can execute CREATE.INDEX and BUILD.INDEX via the before/after subroutine ExecTCL; coordination of these after the hashed file is created will be problematic. Or you can create your own before/after subroutine to do it all - delete and create the hashed file and its indexes. If you do this you ca...
- Tue Aug 23, 2005 5:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: /dev/null
- Replies: 2
- Views: 889
- Tue Aug 23, 2005 5:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calculate number of months between two dates
- Replies: 3
- Views: 2305
Completed months (always integer) or partial months? For example, what would be your expected result if the two dates were 2004-01-02 and 2005-03-15 ? Your choices are 14 or 14.4. A routine is needed to handle the situation where the day number of the first month is larger than the last day of the s...
- Tue Aug 23, 2005 5:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic RDBMS Stage not able to handle TimeStamp in 7.5.1A
- Replies: 4
- Views: 1179
- Tue Aug 23, 2005 4:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem for Merging three sequential files
- Replies: 9
- Views: 2033
What everyone is saying here is that you appear not to have a specification for source-to-target mapping. The easiest solution is cat fileA fileB fileC > fileD which will place all rows from all input files into one output file. If that's all you want, you don't need DataStage. So: what are the meta...
- Tue Aug 23, 2005 4:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage strange
- Replies: 5
- Views: 1170
It's not too expensive, since you can't guarantee that you're violating primary key constraints without doing it! And it's not expensive. Simply pre-load a hashed file with just the primary key values from the target table, and do a lookup against the read-cached hashed file. This will determine whe...
- Tue Aug 23, 2005 4:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: usage of Common block across transformer
- Replies: 20
- Views: 6269
- Tue Aug 23, 2005 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to reset job status (96) via job control
- Replies: 7
- Views: 2811
The question about why jobs that have their processes killed has been answered a number of times, try a search. In short, they don't get a chance to update the RT_STATUSnn table associated with the job (which you look at through Director). Never use kill -9 on DataStage processes. Prefer something m...
- Tue Aug 23, 2005 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Equivalent of first and last functions in sql in datastage
- Replies: 6
- Views: 2819
Grouping and summing are the preserve of the Aggregator stage (though it can be done more clumsily in a Transformer stage). Many other aggregate functions are available but First and Last are not among them. You therefore have two options; to use a Transformer stage and perform your change detection...
- Tue Aug 23, 2005 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameterization of Aggregation Column Name
- Replies: 1
- Views: 670
- Tue Aug 23, 2005 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File Reading Mainframe data
- Replies: 6
- Views: 1726
- Tue Aug 23, 2005 4:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: version of Datastage is certified for a Windows 64BIT
- Replies: 5
- Views: 1307
- Tue Aug 23, 2005 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IsValid Decimal
- Replies: 3
- Views: 1318