Search found 53125 matches
- Sat Aug 23, 2008 8:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: uvsh.exe "Memory cannot read"
- Replies: 5
- Views: 2742
- Sat Aug 23, 2008 4:12 pm
- Forum: General
- Topic: Windows XP sp3
- Replies: 2
- Views: 1302
Windows XP sp3
Service Pack 3 for Windows XP is currently being shipped by Microsoft. Does anyone have any information about the potential impact on either DataStage 7.5x2 or Information Server of installing this service pack?
Don't bother telling me it's not a supported operating system - I do know that.
Don't bother telling me it's not a supported operating system - I do know that.
- Sat Aug 23, 2008 4:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DSJ.LINKROWCOUNT not working properly for PX job
- Replies: 12
- Views: 7506
- Sat Aug 23, 2008 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel routine to call DSGetJobInfo
- Replies: 2
- Views: 2937
- Sat Aug 23, 2008 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to join
- Replies: 14
- Views: 2968
- Sat Aug 23, 2008 2:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no errors, no warnings, but logic doesnot works
- Replies: 13
- Views: 2889
- Sat Aug 23, 2008 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to join
- Replies: 14
- Views: 2968
- Sat Aug 23, 2008 2:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no errors, no warnings, but logic doesnot works
- Replies: 13
- Views: 2889
- Sat Aug 23, 2008 2:38 am
- Forum: General
- Topic: Does IBM Information Server 8.0 works on Fedora 9?
- Replies: 3
- Views: 1166
- Fri Aug 22, 2008 11:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic Job Execution
- Replies: 6
- Views: 1592
Of course you could us a Routine activity to invoke UtilityRunJob (an SDK routine). Rohan, you're only right in a very limited sense. DataStage jobs always run in the background so that a run request (which starts that background processing) returns immediately even if it itself is not a background ...
- Fri Aug 22, 2008 11:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: If command
- Replies: 8
- Views: 1763
Every If needs its own Then and every If needs its own Else. Write out your requirement in English (if you don't have it already in a design specification) and post that here. There is a far more elegant solution available using Index() function, but you need to learn how to code the IF expression i...
- Fri Aug 22, 2008 9:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open Properties of Job Stages within a sequence
- Replies: 11
- Views: 5077
- Fri Aug 22, 2008 6:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from Excel File
- Replies: 14
- Views: 5871
- Fri Aug 22, 2008 6:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: If command
- Replies: 8
- Views: 1763
It is not an If command; it is an If expression. Therefore every part needs an Else part (since the expression must produce a result) and there is no EndIf. Take some time to analyze your logic. In particular Not(A) Or Not(B) is always true. Write out your requirement in English (if you don't have i...
- Fri Aug 22, 2008 5:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data extracting issue from oracle
- Replies: 2
- Views: 828