Search found 53125 matches
- Tue Apr 12, 2005 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating file dynamically
- Replies: 8
- Views: 2509
Sainath's contribution was a UNIX shell script, which means that you would not use DataStage at all for this particular task. The cut command produces a stream containing the first field from each line in the file, where the field delimiter character is "-". This is piped into sort -u which eliminat...
- Tue Apr 12, 2005 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set job status to "not compiled"
- Replies: 4
- Views: 1586
- Tue Apr 12, 2005 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Px Job logging a message directly
- Replies: 3
- Views: 1078
- Tue Apr 12, 2005 2:39 pm
- Forum: IBM QualityStage
- Topic: Which stages to use?
- Replies: 4
- Views: 3066
- Mon Apr 11, 2005 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mass Compile
- Replies: 5
- Views: 1730
- Mon Apr 11, 2005 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML generation
- Replies: 5
- Views: 1146
- Mon Apr 11, 2005 2:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First non null value
- Replies: 6
- Views: 2251
Most query languages call this a COALESCE function. It's part of the query language, rather than part of ETL. If your database does not have COALESCE, it would be easy to create as a DataStage routine; I vaguely recall that one was posted either here or on ADN not too long ago. The main difficulty i...
- Mon Apr 11, 2005 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NULL check
- Replies: 4
- Views: 1126
- Mon Apr 11, 2005 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Split file to respect limit of records
- Replies: 3
- Views: 1689
- Mon Apr 11, 2005 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: 64 bits
- Replies: 7
- Views: 1793
- Mon Apr 11, 2005 5:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: select only new records (ODBC stage)
- Replies: 6
- Views: 1131
- Mon Apr 11, 2005 5:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Representations...
- Replies: 8
- Views: 2045
- Mon Apr 11, 2005 5:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate Sequential file Fixed format
- Replies: 9
- Views: 2885
- Sun Apr 10, 2005 11:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NULL check
- Replies: 4
- Views: 1126
Comparison against @NULL is meaningless; the result is necessarily "unknown". That is, you can't legitimately say Col = @NULL and expect it to behave in a Boolean fashion (in fact, there are rules in DataStage that govern the behaviour under these circumstances, but won't yield the results you expec...
- Sun Apr 10, 2005 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control Error
- Replies: 5
- Views: 1260
The good news is that your VERSION project is probably OK. Problems with ActiveX occur only on the client. DataStage clients use objects exposed by an ActiveX control (dsobjects.dll or dsobjects.ocx) to communicate with the server. When an object cannot be created it may be that there is insufficien...