Search found 53125 matches
- Fri Mar 03, 2006 3:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dealing with complex flat file
- Replies: 4
- Views: 1638
- Fri Mar 03, 2006 2:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Erro while reading from XML File
- Replies: 3
- Views: 1341
- Fri Mar 03, 2006 2:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dealing with complex flat file
- Replies: 4
- Views: 1638
- Fri Mar 03, 2006 2:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter Value not being Passed correctly
- Replies: 3
- Views: 1357
How, exactly, are you passing the parameter value to the job sequence? Please describe precisely how you are doing this. The most common cause for parameter values not being received properly is that they were not passed properly. An event is logged when the job (or job sequence) starts, indicating ...
- Fri Mar 03, 2006 12:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Impact Analysis on Columns
- Replies: 7
- Views: 1939
It remains the case that you can not determine impact unless the table (or file) name remains associated with the job. That is, for example, you can not use a job parameter for the table (or file) name; otherwise an impact analysis can only reveal that "this job affects a table (or file) whose name ...
- Fri Mar 03, 2006 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Impact Analysis on Columns
- Replies: 7
- Views: 1939
- Fri Mar 03, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get diff between two dates in routine
- Replies: 12
- Views: 7066
- Fri Mar 03, 2006 9:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Project NLS settings - default map name
- Replies: 1
- Views: 1281
- Fri Mar 03, 2006 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning If I use JobInvocations....
- Replies: 15
- Views: 4145
- Fri Mar 03, 2006 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get diff between two dates in routine
- Replies: 12
- Views: 7066
- Fri Mar 03, 2006 6:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to import a job
- Replies: 3
- Views: 995
- Fri Mar 03, 2006 6:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage
- Replies: 14
- Views: 3910
- Thu Mar 02, 2006 5:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem logging into DataStage
- Replies: 0
- Views: 758
It's internal to one of the objects in the GUI. That is it's "their" code that's having the problem; you'll have to contact "them" about it. Please let us know what your support provider does to address the problem. Meanwhile, are you seeing this from all PCs on which DataStage client software is in...
- Thu Mar 02, 2006 5:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ms_ole_db multiple row lookup
- Replies: 27
- Views: 5812
- Thu Mar 02, 2006 5:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null date in transformer
- Replies: 14
- Views: 5774
Shouldn't it have been ?
Code: Select all
If IsNull(<Date Field>) Then #DefaultDate# Else <Date Field>