Search found 5168 matches
- Thu May 11, 2006 12:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LD_LIBRARY_PATH
- Replies: 3
- Views: 989
- Mon May 08, 2006 6:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Internal Tables
- Replies: 11
- Views: 10842
- Mon May 08, 2006 6:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Due to Informix ODBC driver error few rows getting rejected
- Replies: 6
- Views: 2799
No I mean update using UPDATE command. Because it ment that the records with the same primary key is already present in the table and hence the update action is takin place rather than insert. And BTW the record you insert shouldnt be inserted due to refrential integrity constriaint. Are you trying ...
- Mon May 08, 2006 6:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: In Informix DataBase condtion for NULL value getting fail
- Replies: 12
- Views: 2884
- Mon May 08, 2006 6:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem with look up
- Replies: 3
- Views: 1688
- Mon May 08, 2006 6:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: End Date Calculation
- Replies: 7
- Views: 1709
- Mon May 08, 2006 5:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
Not sure whether Server jobs is also a victim of fork lock conditions. Also Iam not that experience in server jobs with the design of writing into the hash and reading from the same stage in the same job. Perhaps experts can comment. But do you mean to say that by removing hash2, i.e., connecting tr...
- Mon May 08, 2006 5:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: In Informix DataBase condtion for NULL value getting fail
- Replies: 12
- Views: 2884
- Mon May 08, 2006 5:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: running jobs from the command prompt?
- Replies: 3
- Views: 1071
Hi and Welcome Aboard :D This forum has nearly 20K topics. If you search you can find a lot of information related to your queries. Infact more that you need. Pls do a search of dsjob a command though which you can call the ds jobs. Also pls go though the given doumentaion to know about the compilat...
- Mon May 08, 2006 5:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: End Date Calculation
- Replies: 7
- Views: 1709
If you concern is more into processing efficiency you may try using Modify stage instaed of transofmer stage.
You can find the simila funciton avialable there.
You can find the simila funciton avialable there.
Code: Select all
timestamp_from_seconds_since[timestamp](dfloat)
timestamp_from_date [time](date)
timestamp_from_time- Mon May 08, 2006 4:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: active-to-active link problem
- Replies: 29
- Views: 6079
- Mon May 08, 2006 4:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Writing subroutine
- Replies: 7
- Views: 2487
- Mon May 08, 2006 4:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Time stamp
- Replies: 5
- Views: 2508
- Mon May 08, 2006 4:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Internal Tables
- Replies: 11
- Views: 10842
- Mon May 08, 2006 4:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: timestamp
- Replies: 42
- Views: 9260
Also use to do exact numerical comparision using modify stage.
Code: Select all
julian_day_from_date (date_from_timestamp [date_format])