Search found 15603 matches
- Thu Feb 14, 2008 8:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extract only "DIGITS" from a string?
- Replies: 3
- Views: 923
- Thu Feb 14, 2008 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning in transformer
- Replies: 27
- Views: 8375
- Thu Feb 14, 2008 7:28 am
- Forum: General
- Topic: Regarding UV Database
- Replies: 5
- Views: 1412
- Thu Feb 14, 2008 6:13 am
- Forum: General
- Topic: isnull() function is not working for a NULL field
- Replies: 2
- Views: 1076
A text file won't contain NULL values and you cannot trim a CHAR column. Either set a column default value or check for empty using a derivation such as 'IF Trim(In.Column)=""' which will create a temporary VarChar as the result of the trim() function. Or check for the correct number of spaces, i.e....
- Thu Feb 14, 2008 6:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting Sequence value
- Replies: 3
- Views: 978
- Thu Feb 14, 2008 5:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Export
- Replies: 3
- Views: 1254
I assume that you mean incremental backups in a project, where a subsequent backup only saves those jobs which have changed or been added since the last backup. The mechanisms that support automated backups of DataStage unfortunately do not have such a capability. It is possible, through use of the ...
- Thu Feb 14, 2008 5:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning in transformer
- Replies: 27
- Views: 8375
- Thu Feb 14, 2008 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we call a parallel job in a Batch server Job.
- Replies: 13
- Views: 3115
- Wed Feb 13, 2008 1:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Stage which supports both Input and output links?
- Replies: 3
- Views: 1137
- Wed Feb 13, 2008 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenating multiple rows from the same column
- Replies: 11
- Views: 4792
- Wed Feb 13, 2008 10:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem loading a parallel routine in the transfomer
- Replies: 5
- Views: 1612
- Wed Feb 13, 2008 10:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion
- Replies: 17
- Views: 3976
<sigh> The DataStage value is an empty string. DataStage doesn't care about data types so accepts that value. When that is being written to your Database it won't accept that invalid date, hence it uses NULL. You need to fix your derivation so that it results in a valid date in the correct format. Y...
- Wed Feb 13, 2008 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading a Complex Flat File
- Replies: 4
- Views: 1815
- Wed Feb 13, 2008 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage PX install on Windows
- Replies: 11
- Views: 4620
- Wed Feb 13, 2008 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion
- Replies: 17
- Views: 3976