They also fail to mention that it is Homer Simpon's favorite beer.
Search found 42189 matches
- Thu Dec 28, 2006 9:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Simulating restartability
- Replies: 13
- Views: 3167
- Thu Dec 28, 2006 9:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dos to unix on Linux environment
- Replies: 18
- Views: 5914
- Thu Dec 28, 2006 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stopping a running job ? (Without Director)
- Replies: 11
- Views: 2879
- Thu Dec 28, 2006 9:16 am
- Forum: General
- Topic: Data Stage 7.5.1 problem on install RedHat 3.0 Urgent help!
- Replies: 5
- Views: 2444
- Thu Dec 28, 2006 9:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stopping a running job ? (Without Director)
- Replies: 11
- Views: 2879
- Thu Dec 28, 2006 9:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading flat file problem
- Replies: 17
- Views: 4184
- Thu Dec 28, 2006 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look Up Without Keys
- Replies: 12
- Views: 6097
- Thu Dec 28, 2006 9:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look Up Without Keys
- Replies: 12
- Views: 6097
You could always give it a fake key, a hard-coded value that you ignore. Add an extra column to the stage, mark it as a key and then ignore it (except to select back into it) in your user-defined sql. Something like... SELECT 'X', SQXJOPRG.NEXTVAL FROM DUAL Stick anything in the Key Expression of th...
- Thu Dec 28, 2006 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Look Up Without Keys
- Replies: 12
- Views: 6097
- Thu Dec 28, 2006 8:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: RunDate & Time as "Target Table Name"
- Replies: 4
- Views: 1208
- Wed Dec 27, 2006 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with the Sequencer
- Replies: 15
- Views: 4732
- Wed Dec 27, 2006 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with the Sequencer
- Replies: 15
- Views: 4732
well my code in the routine is like this Function SetUserStatus(V1, V2, V3) if V1='N' then if V2=V3 then Ans = '0'; else Ans = '1'; end if V1='Y' then Ans = '0'; end RETURN(Ans) I'm sorry, but where in this routine do you actually call the SetUserStatus function? You need to do more than just name ...
- Wed Dec 27, 2006 3:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dos to unix on Linux environment
- Replies: 18
- Views: 5914
- Wed Dec 27, 2006 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with the Sequencer
- Replies: 15
- Views: 4732