Why not just make a copy of the routine in question and see about modifying it to suit your needs? It already does most of what you want...
Search found 42189 matches
- Wed Jun 15, 2005 7:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Mimic KeyMgtGetNextValueConcurrent routine
- Replies: 8
- Views: 2234
- Wed Jun 15, 2005 7:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DRS stage and Oracle Unique key violations
- Replies: 11
- Views: 5443
- Wed Jun 15, 2005 7:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Null When Trying to Populate ''(empty string)
- Replies: 7
- Views: 1807
Re: Getting Null When Trying to Populate ''(empty string)
Try this in SQL create table abc ( a char primary key not null ) select * from abc insert into abc values('') insert into abc values(null) U will notice the difference. Just for the record, try this in Oracle and both will fail - which is why I asked about the target database... and probably why Wo...
- Wed Jun 15, 2005 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Get the First Duplicate Record from HashFile Output
- Replies: 5
- Views: 1016
- Wed Jun 15, 2005 6:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Warning limits - Yes, I know it's an old topic!
- Replies: 11
- Views: 4785
Doesn't matter what your limits are in the Director or Administrator when you run the job from the command line and use the -warn parameter. So, unless we are running into a bug, there must be something in your job that is overriding your command line option. You didn't answer when Ray asked "Do you...
- Wed Jun 15, 2005 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Null When Trying to Populate ''(empty string)
- Replies: 7
- Views: 1807
- Tue Jun 14, 2005 9:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Client
- Replies: 4
- Views: 1410
- Tue Jun 14, 2005 6:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error handling
- Replies: 4
- Views: 1015
Re: Error handling
Thanks . but i working on PX . not server . Then post in the PX forum. I didn't notice you had it marked as 'Parallel' so you got a Server answer. i other problem is job is already made so do i need to check each column or any easy way is there. Not really any 'easy' way. You don't mention what you...
- Tue Jun 14, 2005 6:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update action in ODBC stage
- Replies: 2
- Views: 676
Like all generated SQL, the 'where' clause is defined strictly by which fields you have marked as Keys. Are you sure you need to use Replace Existing? It is different from Update in that it does a delete and insert for each record rather than just a simple update. It would typically (only?) be used ...
- Tue Jun 14, 2005 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error handling
- Replies: 4
- Views: 1015
Um, ok... go ahead. Since I don't see a question anywhere, let me throw out a couple of random thoughts. Use the Num() function to check for numeric. Search the forum for caveats on its use and some things that might test true for numerics when they may not be. Write a routine to do your date conver...
- Mon Jun 13, 2005 9:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job names in the folder??
- Replies: 5
- Views: 2573
- Mon Jun 13, 2005 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: look up is failing
- Replies: 11
- Views: 2733
- Mon Jun 13, 2005 12:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HOw to insert date in oracle
- Replies: 11
- Views: 4017
That and formatting the "date" field to look like 13-JUN-05 should let it go right into oracle. Only if that is the current NLS_DATE_FORMAT for the target database. Granted, DD-MON-RR is the default out of the box, but still... I prefer a method that works regardless of the default date format. May...
- Mon Jun 13, 2005 11:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help! Duplicate rows in target!
- Replies: 4
- Views: 1546
- Mon Jun 13, 2005 8:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File - Generates one file per row
- Replies: 5
- Views: 1642